From b2593c4e7be1af75c18e0a7aef3060c749acbf5c Mon Sep 17 00:00:00 2001 From: bolollo Date: Thu, 14 Nov 2024 21:23:06 +0100 Subject: [PATCH] Fixes #949 Add OSM OpenMapTiles to style gallery list --- src/config/styles.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/config/styles.json b/src/config/styles.json index d2606126..3e57f8fb 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -65,6 +65,12 @@ "url": "https://maputnik.github.io/osm-liberty/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/osm-liberty.png" }, + { + "id": "osm-openmaptiles", + "title": "OSM OpenMapTiles", + "url": "https://api.maptiler.com/maps/openstreetmap/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL", + "thumbnail": "https://openmaptiles.org/img/styles/openmaptiles.png" + }, { "id": "positron", "title": "Positron",