Re: [OSM-dev] planet.openstreetmap.org breakage

2009-03-21 Thread Grant Slater
Grant Slater wrote: > Devs, > > Recent planet files available from: http://planet.openstreetmap.org/ > will be disrupted for the next few days. Apologies for the disruption. > > Hopefully be fixed within the next 48 hours. > Patched planet files are now available. Big thank you to Frederik Ramm

[OSM-dev] mod_tile osm.xml Exception

2009-03-21 Thread John Burns
Hi, I have checked out and built the latest svn sources for mod_tile and mapnik. I also have the latest svn rendering/mapnik/osm.xml (properly configured). However on starting renderd I always get the same exception being reported from the osm.xml file parse: config 0: name(Default) file(/export

Re: [OSM-dev] Improvement of tile rendering

2009-03-21 Thread Matt Amos
On Sat, Mar 21, 2009 at 1:08 AM, Udo Giacomozzi wrote: > One could even think of avoiding Mapnik completely and writing a > custom OSM renderer using AGG (which would also allow fixing the > labeling issues). In fact that would not be too hard to do (once you > understand the strange way how AGG w

[OSM-dev] OSM Fixer

2009-03-21 Thread Stefan de Konink
ls -1 | while read i; do grep -v "" | grep -v "" > /tmp/toupload/$i sort -u $i | grep "> /tmp/toupload/$i echo '' >> /tmp/toupload/$i echo ' ' >> /tmp/toupload/$i echo '' >> /tmp/toupload/$i done The following script has been run on the way_tags table for the following IDs. Since the selecti

Re: [OSM-dev] Improvement of tile rendering

2009-03-21 Thread Jon Burgess
On Sat, 2009-03-21 at 11:18 +0100, Udo Giacomozzi wrote: > Hello Jon, > > Saturday, March 21, 2009, 10:39:00 AM, you wrote: > > >> - in this case a Apache module is probably not really faster than a > >> FastCGI implementation > > JB> Maybe, but you need both implementations to do a fair compa

Re: [OSM-dev] Improvement of tile rendering

2009-03-21 Thread Udo Giacomozzi
Hello Jon, Saturday, March 21, 2009, 10:39:00 AM, you wrote: >> - in this case a Apache module is probably not really faster than a >> FastCGI implementation JB> Maybe, but you need both implementations to do a fair comparison. JB> Serving the tiles directly from the Apache thread should be fa

Re: [OSM-dev] Improvement of tile rendering

2009-03-21 Thread Jon Burgess
On Sat, 2009-03-21 at 02:25 +0100, Udo Giacomozzi wrote: > Hello Jon, > > Friday, March 20, 2009, 7:48:42 PM, you wrote: > JB> If you want to mess around with a slightly higher level implementation, > JB> I recently re-implemented the mod_tile render daemon into python [1]. > > Unfortunately I'm