[Tile-serving] [openstreetmap/mod_tile] mod_tile or render restriction without warning or error after zoom 30 (#118)
damiendevienne
notifications at github.com
Thu Apr 26 13:52:54 UTC 2018
I solved issues for deep zooming.
For information, the fact that zooming after zoom 30 is impossible is due to x and y coordinates of the tiles being larger that 2*10^9 which is not possible if these variables are typed 'int'. Changing from 'int' to 'double' (and solving all related complications) was the solution.
If some people are interested, a version of the whole modified mod_tile is available on my github. https://github.com/damiendevienne/mod_tile_deepzoom
It compiles, even with mapnik 3.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/118#issuecomment-384648654
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20180426/040b9031/attachment.html>
More information about the Tile-serving
mailing list