[Tile-serving] [openstreetmap/mod_tile] Config: more than 10 configurations found (Issue #396)
Hummeltech
notifications at github.com
Tue Mar 5 16:11:41 UTC 2024
Alright, that makes sense, for the heat map usage, I might suggest looking at writing a "parameterization" function to handle the variable `date`. The tiles would then be accessible under `http://{host}/{uri}/{date}/{z}/{x}/{y}.{extension}`
There currently exists only a function for `language`, but it shouldn't be too difficult to do the same for a `date`, here is that code:
https://github.com/openstreetmap/mod_tile/blob/7389b160bf6af3c50272e369dd083717ad0c473b/src/parameterize_style.cpp#L29-L79
And here's a bit of background:
https://lists.openstreetmap.org/pipermail/dev/2013-October/027472.html
Also, I have been working on various maintenance tasks (including freeing up some stack space), which might be allow enough configs for your second use-case.
https://github.com/openstreetmap/mod_tile/compare/master...hummeltech:RenderThreadStackUsage?w=1
But you are correct, as it is currently, there will always be a hard limit.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/396#issuecomment-1979130089
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/396/1979130089 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240305/001ba1a3/attachment.htm>
More information about the Tile-serving
mailing list