[Tile-serving] [openstreetmap/mod_tile] Expire using metatiles zoom levels? (Issue #447)
Jochen Topf
notifications at github.com
Sat Jun 15 15:51:19 UTC 2024
When a tile is expired on, say, zoom level 19, it is marked in the expire list in that zoom level 19. But really we are using metatiles, so always the whole metatile is getting expired. If there are a lot of tiles in the same metatile, they are all in the expire list. In the worst case there are 8x8=64 times the number of entries in the expire list than we would really need. We could just write out expire list on zoom level 16 instead.
So I propose some kind of option to `render_expires` (and maybe `render_list`) that says: interpret zoom levels as meta tile zoom levels, not tile zoom levels.
See also: https://github.com/osm2pgsql-dev/osm2pgsql/issues/2190
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/447
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/447 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240615/ae8c56f4/attachment.htm>
More information about the Tile-serving
mailing list