-
-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Americana and Protomaps Light styles (#936)
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,12 @@ | |
"url": "https://cdn.jsdelivr.net/gh/maputnik/editor@9cf74ca405d2be0608b57db8109cf3a6af5b9f49/src/config/empty-style.json", | ||
"thumbnail": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAQAAAAHDYbIAAAAEUlEQVR42mP8/58BDhiJ4wAA974H/U5Xe1oAAAAASUVORK5CYII=" | ||
}, | ||
{ | ||
"id": "americana", | ||
"title": "Americana", | ||
"url": "https://americanamap.org/style.json", | ||
"thumbnail": "https://github.com/maplibre/maputnik/assets/649392/23fa75ad-63e6-43f5-8837-03cdb0428bac" | ||
}, | ||
{ | ||
"id": "dark-matter", | ||
"title": "Dark Matter", | ||
|
@@ -13,7 +19,7 @@ | |
}, | ||
{ | ||
"id": "maptiler-basic-gl-style", | ||
"title": "Maptiler Basic", | ||
"title": "MapTiler Basic", | ||
"url": "https://cdn.jsdelivr.net/gh/openmaptiles/[email protected]/style.json", | ||
"thumbnail": "https://maputnik.github.io/thumbnails/klokantech-basic.png" | ||
}, | ||
|
@@ -65,6 +71,12 @@ | |
"url": "https://cdn.jsdelivr.net/gh/openmaptiles/[email protected]/style.json", | ||
"thumbnail": "https://maputnik.github.io/thumbnails/positron.png" | ||
}, | ||
{ | ||
"id": "protomaps-light", | ||
"title": "Protomaps Light", | ||
"url": "https://api.protomaps.com/styles/v2/light.json?key=d828297496b11844", | ||
"thumbnail": "https://github.com/user-attachments/assets/911f9765-4a7d-4736-9ec0-f2d4c90ae587" | ||
}, | ||
{ | ||
"id": "stadia-outdoors", | ||
"title": "Stadia Outdoors", | ||
|