Skip to content

Commit af01346

Browse files
authored
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) <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [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.
1 parent dd6b40c commit af01346

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config/styles.json

+6
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
"url": "https://maputnik.github.io/osm-liberty/style.json",
6666
"thumbnail": "https://maputnik.github.io/thumbnails/osm-liberty.png"
6767
},
68+
{
69+
"id": "osm-openmaptiles",
70+
"title": "OSM OpenMapTiles",
71+
"url": "https://api.maptiler.com/maps/openstreetmap/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL",
72+
"thumbnail": "https://openmaptiles.org/img/styles/openmaptiles.png"
73+
},
6874
{
6975
"id": "positron",
7076
"title": "Positron",

0 commit comments

Comments
 (0)