From 37107b17d8bf533065468b50e4577768cee2ff21 Mon Sep 17 00:00:00 2001 From: Alan McConchie Date: Fri, 3 Oct 2025 14:10:25 -0700 Subject: [PATCH] Correct attribution for Stamen styles --- _data/styles.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/styles.json b/_data/styles.json index 7121764..c1976b9 100644 --- a/_data/styles.json +++ b/_data/styles.json @@ -22,14 +22,14 @@ "id": "osm-bright" },{ "title": "Positron", - "description": "Positron is beautiful light base map which is ideal for a non obtrusive basemap for your data visualizations. The cartography by Stamen Design is licensed under CC0.", + "description": "Positron is beautiful light base map which is ideal for a non obtrusive basemap for your data visualizations. The cartography by Stamen Design is licensed under CC-BY.", "url-github": "https://github.com/openmaptiles/positron-gl-style", "url-cloud":"https://www.maptiler.com/maps/#positron//vector/1/0/0", "img": "positron.jpg", "id": "positron" },{ "title": "Dark Matter", - "description": "Dark Matter is a dark base map and a good starting point for other darker designs. The cartography by Stamen Design is licensed under CC0.", + "description": "Dark Matter is a dark base map and a good starting point for other darker designs. The cartography by Stamen Design is licensed under CC-BY.", "url-github": "https://github.com/openmaptiles/dark-matter-gl-style", "url-cloud":"https://www.maptiler.com/maps/#darkmatter//vector/1/0/0", "img": "darkmatter.jpg",