Re: [OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread Andy Townsend
On 18/07/2017 09:24, amisha budhiraja wrote: Hi all, I want to increase the zoom level of my own OSM server to more than 20. https://github.com/SomeoneElseOSM/mod_tile/tree/zoom should do what you want, up to zoom 28. See the links from http://www.openstreetmap.org/user/SomeoneElse/diary/39

Re: [OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread Daniel Koć
MAX_ZOOM is defined here, you can see if changing it really works: https://github.com/openstreetmap/mod_tile/blob/master/includes/render_config.h#L4 Maybe you could try Tirex instead? https://wiki.openstreetmap.org/wiki/Tirex https://github.com/geofabrik/tirex W dniu 18.07.2017 o 10:24, am

[OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread amisha budhiraja
Hi all, I want to increase the zoom level of my own OSM server to more than 20. If I set the value of the variable MAXZOOM in renderd.conf file to more than 20. Then, on running the following command it gives me error. $ renderd -f -c /usr/local/etc/renderd.conf Specified max zoom (21) is to l