Re. v4 migration:
The custom tile configuration has been simplified:
Remove these environment variables:
environment:
# Remove these lines:
- CUSTOM_TILES_SERVICE=https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png
- CUSTOM_TILES_ATTRIBUTION='© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
At the moment there is no equivalent for these in Reitti v4.0. If you need this, please open an issue.
For what it's worth, I'd like to continue using my existing map tile server (original request #132), which already caches tiles and serves them to several of my internal services. (Mine serves tiles at https://tile.example.com/osm/{z}/{x}/{y}.png.)
That said, I'm not sure how the TILES_CACHE variable works -- can I just point that at my tile server instead, and not set up reitti-tile-cache? I'm guessing there's an expected URL path that doesn't form part of the variable value?
Re. v4 migration:
For what it's worth, I'd like to continue using my existing map tile server (original request #132), which already caches tiles and serves them to several of my internal services. (Mine serves tiles at
https://tile.example.com/osm/{z}/{x}/{y}.png.)That said, I'm not sure how the
TILES_CACHEvariable works -- can I just point that at my tile server instead, and not set upreitti-tile-cache? I'm guessing there's an expected URL path that doesn't form part of the variable value?