From af0134627936baf79e1750027515fcf5cddb5e86 Mon Sep 17 00:00:00 2001 From: bolo Date: Thu, 14 Nov 2024 22:53:13 +0100 Subject: [PATCH] Fixes #949 Add OSM OpenMapTiles to style gallery list (#956) ## Launch Checklist Add OSM OpenMapTiles to style gallery list Fixes #949 Before ![image](https://github.com/user-attachments/assets/49e39bdd-9920-4ba3-b68f-3e423fae8d7f) After ![image](https://github.com/user-attachments/assets/370e8aaf-7b96-4ba6-a79d-362c38c3e736) - [X] Briefly describe the changes in this PR. - [X] Link to related issues. - [X] Include before/after visuals or gifs if this PR includes visual changes. --- 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",