From fa4ece22cf71a8277b0345c75cf28c0b6d1aec68 Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Tue, 17 Sep 2024 01:38:43 +0200 Subject: [PATCH] Add Americana and Protomaps Light styles (#936) --- src/config/styles.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/config/styles.json b/src/config/styles.json index b08f3f35..d2606126 100644 --- a/src/config/styles.json +++ b/src/config/styles.json @@ -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/klokantech-basic-gl-style@v1.10/style.json", "thumbnail": "https://maputnik.github.io/thumbnails/klokantech-basic.png" }, @@ -65,6 +71,12 @@ "url": "https://cdn.jsdelivr.net/gh/openmaptiles/positron-gl-style@v1.9/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",