Skip to content

Commit

Permalink
Fixes #949 Add OSM OpenMapTiles to style gallery list (#956)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
bolollo authored Nov 14, 2024
1 parent dd6b40c commit af01346
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config/styles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af01346

Please sign in to comment.