Skip to content

Custom map tile servers (v4) #913

@Terrance

Description

@Terrance

Re. v4 migration:

4. Tile Service Configuration Changes

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='&copy; <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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions