From 699241b691f07a8086e5821e702963de0ee1e74b Mon Sep 17 00:00:00 2001 From: Sebastian Vollnhals <152031+yetzt@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:34:32 +0100 Subject: [PATCH] fix url to to versatiles colorful (#1102) the stylejson url to versatiles colorful has changed from `https://tiles.versatiles.org/assets/styles/colorful.json` to `https://tiles.versatiles.org/assets/styles/colorful/style.json` --- src/config/styles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/styles.json b/src/config/styles.json index e13c8f8d..2d27664b 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -92,7 +92,7 @@ { "id": "versatiles-colorful", "title": "Versatiles Colorful", - "url": "https://tiles.versatiles.org/assets/styles/colorful.json", + "url": "https://tiles.versatiles.org/assets/styles/colorful/style.json", "thumbnail": "https://github.com/maplibre/maputnik/assets/649392/6cd69818-c541-46e4-a920-65fb4f654931" } ]