[Tile-serving] [openstreetmap/osm2pgsql] Various Cleanups (#1350)

Jochen Topf notifications at github.com
Tue Dec 1 10:46:33 UTC 2020


@joto commented on this pull request.



>      // zoom level 31 is the technical limit because we use 32-bit integers for the x and y index of a tile ID
-    if (expire_tiles_zoom_min >= 32) {
+    if (expire_tiles_zoom_min > 32) {

Fixed.

-- 
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/osm2pgsql/pull/1350#discussion_r533312757
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20201201/3d87a424/attachment.htm>


More information about the Tile-serving mailing list