From d931c7cb3888d83b000a66ab1cc615d7b3e81f6b Mon Sep 17 00:00:00 2001 From: pathmapper Date: Fri, 10 Apr 2020 18:13:23 +0200 Subject: [PATCH] Upgrade Thunderforest tilesets --- src/config/tilesets.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/tilesets.json b/src/config/tilesets.json index 1cd02868..da1de227 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -6,12 +6,12 @@ }, "thunderforest_transport": { "type": "vector", - "url": "https://tile.thunderforest.com/thunderforest.transport-v1.json?apikey={key}", + "url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}", "title": "Thunderforest Transport (heavy)" }, "thunderforest_outdoors": { "type": "vector", - "url": "https://tile.thunderforest.com/thunderforest.outdoors-v1.json?apikey={key}", + "url": "https://tile.thunderforest.com/thunderforest.outdoors-v2.json?apikey={key}", "title": "Thunderforest Outdoors (heavy)" }, "open_zoomstack": {