Re: [OSM-dev] Screenshots from OpenStreetMap-Carto spot checking

2012-12-19 Thread Alex Barth
Toby / AJ: I just captured your reports on the issue queue: https://github.com/gravitystorm/openstreetmap-carto/issues/26 If anyone else has found issues like these, please report them right away on the GitHub project: https://github.com/gravitystorm/openstreetmap-carto/issues Thanks! On Dec

Re: [OSM-dev] Screenshots from OpenStreetMap-Carto spot checking

2012-12-19 Thread AJ Ashton
On Wed, Dec 19, 2012 at 3:29 PM, Toby Murray wrote: > > I was doing some poking around yesterday and noticed that county > borders (admin_levl=6) aren't being rendered at zoom 9 and 10. But I > do recall some confusion on the existing style between ways and > relations. I don't remember the detail

Re: [OSM-dev] Screenshots from OpenStreetMap-Carto spot checking

2012-12-19 Thread Toby Murray
On Wed, Dec 19, 2012 at 11:51 AM, Alex Barth wrote: > I did some spot checking on the OSM-Carto style and summarized what I found > here in this diary entry. I've opened corresponding issues on the GitHub > project where appropriate. From a style perspective the carto port is > incredibly close

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Kai Krueger
On 12/19/2012 06:19 AM, Svavar Kjarrval wrote: Hi. I was wondering what methods you use to make osm2pgsql be quiet when run by crontab. It is very annoying to receive a everything-is-normal message every time I run it. I run it from within a shellscript since I need to execute other commands bef

Re: [OSM-dev] Troubleshooting 500 errors

2012-12-19 Thread Jeff Meyer
Updated Passenger Installation instructions at: http://wiki.openstreetmap.org/wiki/Rails_port/Ubuntu#Installing_Passenger - Jeff On Wed, Dec 19, 2012 at 1:43 AM, Jeff Meyer wrote: > > Yes... logs/production.log. Clearly, I'm up too late. I'll chase this down > further. Thanks! > > > On Wed,

[OSM-dev] Screenshots from OpenStreetMap-Carto spot checking

2012-12-19 Thread Alex Barth
I did some spot checking on the OSM-Carto style and summarized what I found here in this diary entry. I've opened corresponding issues on the GitHub project where appropriate. From a style perspective the carto port is incredibly close and pretty much good to go. It looks like the performance q

Re: [OSM-dev] Mod_tile problem

2012-12-19 Thread Frederik Ramm
Hi, On 12/19/2012 09:08 AM, Hari Novferdianto wrote: But I didn't see anything when I visit http://172.16.0.9/osm_tiles2/map.html Before you involve Javascript and all, try http://172.16.0.9/osm_tiles2/0/0/0.png Does it show a tile? Good, then it's just a minor bug with your map.html. Does

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Svavar Kjarrval
On 19/12/12 13:36, Sven Geggus wrote: > Svavar Kjarrval wrote: > >> I was wondering what methods you use to make osm2pgsql be quiet when run >> by crontab. > Why calling it directly instead calling a wrapper script? I do use a wrapper script which is called from crontab. > > At least if you go fo

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread sly (sylvain letuffe)
On mercredi 19 décembre 2012, Svavar Kjarrval wrote: > Hi. Hi, > I also tried to stick '> > /dev/null' and '> /dev/null 2>&1' at the end of the osm2pgsql command > within the shellscript with no effect. This works for me, I suggest you check again for syntax errors, And try : * * * * * /path/to/

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Sven Geggus
Svavar Kjarrval wrote: > I was wondering what methods you use to make osm2pgsql be quiet when run > by crontab. Why calling it directly instead calling a wrapper script? At least if you go for incremental updates you need to run a wrapper script anyway because this will also involve calling osm

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Jochen Topf
On Wed, Dec 19, 2012 at 01:19:13PM +, Svavar Kjarrval wrote: > I was wondering what methods you use to make osm2pgsql be quiet when run > by crontab. It is very annoying to receive a everything-is-normal > message every time I run it. I run it from within a shellscript since I > need to execute

Re: [OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Tom Hughes
On 19/12/12 13:19, Svavar Kjarrval wrote: Internet search resulted in a github fork[1] where somebody implemented a quiet support but hasn't been accepted into the main distribution. I tried the -q, --quiet and --silent parameters. I also tried to stick '> /dev/null' and '> /dev/null 2>&1' at th

[OSM-dev] How to make osm2pgsql quiet?

2012-12-19 Thread Svavar Kjarrval
Hi. I was wondering what methods you use to make osm2pgsql be quiet when run by crontab. It is very annoying to receive a everything-is-normal message every time I run it. I run it from within a shellscript since I need to execute other commands before and after it runs. Internet search resulted

Re: [OSM-dev] Troubleshooting 500 errors

2012-12-19 Thread Jeff Meyer
Yes... logs/production.log. Clearly, I'm up too late. I'll chase this down further. Thanks! On Wed, Dec 19, 2012 at 1:16 AM, Tom Hughes wrote: > On 19/12/12 08:40, Jeff Meyer wrote: > > Any tips on how to track down Rails Port configuration problems? >> > > Well looking at logs/production.log

Re: [OSM-dev] Troubleshooting 500 errors

2012-12-19 Thread Tom Hughes
On 19/12/12 08:40, Jeff Meyer wrote: Any tips on how to track down Rails Port configuration problems? Well looking at logs/production.log is your first point of call. If that shows nothing then try the Apache error log as it probably means Passenger failed to start rails. Tom -- Tom Hughe

[OSM-dev] Troubleshooting 500 errors

2012-12-19 Thread Jeff Meyer
Any tips on how to track down Rails Port configuration problems? I've clearly horqued something up in trying to get a production server going using Passenger (it was working in development, port:3000, etc.). http://hosm.gwhat.org/ Related config files: https://gist.github.com/3f5ab7ef348898d2e8b

[OSM-dev] Mod_tile problem

2012-12-19 Thread Hari Novferdianto
Hi all, I wanna know why my mod_tile not rendering anyhing. I already install osm2pgsql, mapnik, mod_tile. My /etc/renderd.conf is : [renderd] socketname=/var/run/renderd/renderd.sock num_threads=4 ;tile_dir=/var/lib/mod_tile ; DOES NOT WORK YET tile_dir=/usr/local/www/apache2/data/osm_tiles2 stat