Hi, On Tue, 9 Oct 2012 00:21:25 -0400 jpk <[email protected]> wrote: > In any case, I set up my tile server for > this purpose. I changed the #define MAX_ZOOM to 30 in mod_tile's > render_config.h, and set MAXZOOM in renderd.conf to 30. That's enough > to get the tile server to serve tiles down to z30 instead of 404'ing.
But the directory structure used to store the metatiles supports only 20 bits for x and y, so i would expect that on z21 and above you'll not be able to retrieve tiles from your server (or maybe see the same tile not matter what coordinates you use)... or are you using someting other than mod_tile? Bye Frederik _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

