From 41cd7dfad167a42eb6582555d8f96e2e5ec65a4b Mon Sep 17 00:00:00 2001 From: bolo Date: Mon, 20 May 2024 13:43:00 +0200 Subject: [PATCH] Update OpenMapTiles styles to the latest version fixes #901 (#902) Update version numbers of OpenMapTiles styles. These styles are updated with the latest version (v3.15) of OpenMapTiles. Fixes #901 --- src/config/styles.json | 10 +++++----- src/config/tilesets.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config/styles.json b/src/config/styles.json index 758ec0a9..230eacf7 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -8,31 +8,31 @@ { "id": "maptiler-basic-gl-style", "title": "Maptiler Basic", - "url": "https://cdn.jsdelivr.net/gh/openmaptiles/klokantech-basic-gl-style@v1.9/style.json", + "url": "https://cdn.jsdelivr.net/gh/openmaptiles/klokantech-basic-gl-style@v1.10/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/klokantech-basic.png" }, { "id": "dark-matter", "title": "Dark Matter", - "url": "https://cdn.jsdelivr.net/gh/openmaptiles/dark-matter-gl-style@v1.8/style.json", + "url": "https://cdn.jsdelivr.net/gh/openmaptiles/dark-matter-gl-style@v1.9/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/dark-matter.png" }, { "id": "positron", "title": "Positron", - "url": "https://cdn.jsdelivr.net/gh/openmaptiles/positron-gl-style@v1.8/style.json", + "url": "https://cdn.jsdelivr.net/gh/openmaptiles/positron-gl-style@v1.9/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/positron.png" }, { "id": "osm-bright", "title": "OSM Bright", - "url": "https://cdn.jsdelivr.net/gh/openmaptiles/osm-bright-gl-style@v1.9/style.json", + "url": "https://cdn.jsdelivr.net/gh/openmaptiles/osm-bright-gl-style@v1.11/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/osm-bright.png" }, { "id": "maptiler-toner-gl-style", "title": "Toner", - "url": "https://cdn.jsdelivr.net/gh/openmaptiles/toner-gl-style@339e5b7/style.json", + "url": "https://cdn.jsdelivr.net/gh/openmaptiles/toner-gl-style@v1.0/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/toner.png" }, { diff --git a/src/config/tilesets.json b/src/config/tilesets.json index 59ae7d08..2fcbfac1 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -1,7 +1,7 @@ { "openmaptiles": { "type": "vector", - "url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}", + "url": "https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key={key}", "title": "OpenMapTiles v3" }, "thunderforest_transport": {