diff --git a/src/config/tilesets.json b/src/config/tilesets.json index 1cd0286..dc3a2c1 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -2,21 +2,21 @@ "openmaptiles": { "type": "vector", "url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}", - "title": "OpenMapTiles" + "title": "OpenMapTiles v3" }, "thunderforest_transport": { "type": "vector", - "url": "https://tile.thunderforest.com/thunderforest.transport-v1.json?apikey={key}", - "title": "Thunderforest Transport (heavy)" + "url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}", + "title": "Thunderforest Transport v2 (heavy)" }, "thunderforest_outdoors": { "type": "vector", - "url": "https://tile.thunderforest.com/thunderforest.outdoors-v1.json?apikey={key}", - "title": "Thunderforest Outdoors (heavy)" + "url": "https://tile.thunderforest.com/thunderforest.outdoors-v2.json?apikey={key}", + "title": "Thunderforest Outdoors v2 (heavy)" }, "open_zoomstack": { "type": "vector", "url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/data/vector/open-zoomstack/config.json", - "title": "OS Open Zoomstack" + "title": "OS Open Zoomstack v2" } }