[OSM-talk] how to make renderd.py render more than 18 levels
Peter Körner
osm-lists at mazdermind.de
Wed Nov 18 08:08:52 GMT 2009
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 attached - I also changed some C thing into long int, but it wasn't
> working even before that.
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`
Peter
More information about the talk
mailing list