Hello everyone, I have a rather technical question but I'm sure I can find someone who knows the answer here :) We put https://tile.openstreetmap.be/ online. The goal is to provide baselayers for Belgium and surroundings with default So here are my questions : If needed, everything is documented here : https://github.com/jbelien/openstreetmap-carto-be/wiki Thanks a lot :) asked 16 May '18, 13:42 jbelien edited 16 May '18, 13:44 |
One Answer:
Without looking too closely at your setup:
answered 16 May '18, 16:19 Frederik Ramm ♦ |
Thanks Frederik, I'll try that.
About
/dirty
what append if someone makes that query butrenderd
can't render it (because the database is not there). Is the tile deleted or does it "stay" ?Thanks :)
It stays. If you don't have renderd running, you could also just ignore everything since all render requests will fizzle out anyway, just make sure to set ModTileRequestTimeout to 0.
I just checked,
ModTileRequestTimeout
is already set to 0.Should I also set
ModTileMissingRequestTimeout
to 0, I guess so right ?