Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-18 Thread Kenneth Gonsalves
On Wednesday 18 Nov 2009 1:01:45 pm Peter Körner wrote: Nothing in the apache error log, I guess..? Maybe you changed sth. you better shouldn't touch. Can you make a diff against the original checkout and post it here, so we can see what you changed? the diff is attached - I also changed

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-18 Thread Peter Körner
Kenneth Gonsalves schrieb: On Wednesday 18 Nov 2009 1:01:45 pm Peter Körner wrote: Nothing in the apache error log, I guess..? Maybe you changed sth. you better shouldn't touch. Can you make a diff against the original checkout and post it here, so we can see what you changed? the diff is

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-18 Thread Jon Burgess
On Wed, 2009-11-18 at 06:58 +0530, Kenneth Gonsalves wrote: hi, I edited renderd.py and changed MAX_ZOOM=20 and levels=20. But it is still not rendering more than 18 levels - where else do I change it? I am using mod_tile. I tried the plain C renderd and it looked like it was working at

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-18 Thread Kenneth Gonsalves
On Thursday 19 Nov 2009 5:14:41 am Jon Burgess wrote: On Wed, 2009-11-18 at 06:58 +0530, Kenneth Gonsalves wrote: hi, I edited renderd.py and changed MAX_ZOOM=20 and levels=20. But it is still not rendering more than 18 levels - where else do I change it? I am using mod_tile. I

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-18 Thread Kenneth Gonsalves
On Wednesday 18 Nov 2009 1:38:52 pm Peter Körner wrote: Just another idea: did you create the zoomlevel dirs: diff mod_tile/update modtile/update 44,45c44,45 rm -fR `seq 0 20` mkdir `seq 0 20` --- rm -fR `seq 0 18` mkdir `seq 0 18` check the

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-17 Thread Peter Körner
I edited renderd.py and changed MAX_ZOOM=20 and levels=20. But it is still not rendering more than 18 levels - where else do I change it? I am using mod_tile. Just a guess: http://svn.openstreetmap.org/applications/utils/mod_tile/render_config.h #define MAX_ZOOM 18 maybe you could do a

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-17 Thread Kenneth Gonsalves
On Wednesday 18 Nov 2009 12:48:53 pm Peter Körner wrote: I edited renderd.py and changed MAX_ZOOM=20 and levels=20. But it is still not rendering more than 18 levels - where else do I change it? I am using mod_tile. Just a guess:

Re: [OSM-talk] how to make renderd.py render more than 18 levels

2009-11-17 Thread Peter Körner
maybe you could do a grep on all source-files in mod_tile, searching for 18? I did that - changed 18 everywhere to 20. Did a make clean, make and make install. mod_tile appears to work, renderd.py is sending the correct file names to the server, but it is not writing the tiles to the