Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Stamen Terrain Background #2162

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,8 @@ en:
name: 'Powiat stalowowolski: Buildings'
stamen-terrain-background:
attribution:
text: Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL
text: © Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors
description: A background layer focused on terrain types (via OSM and ESA data) and elevation (hillshading of open elevation datasets via Joerd).
name: Stamen Terrain
stockholm-orto:
attribution:
Expand Down
2 changes: 1 addition & 1 deletion imagery.geojson

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion imagery.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion imagery.xml

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions sources/world/StamenTerrainBackground.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@
"properties": {
"id": "stamen-terrain-background",
"name": "Stamen Terrain",
"description": "A background layer focused on terrain types (via OSM and ESA data) and elevation (hillshading of open elevation datasets via Joerd).",
"i18n": true,
"attribution": {
"url": "http://maps.stamen.com/#terrain",
"text": "Map tiles by Stamen Design, under CC BY 3.0. Data by OpenStreetMap, under ODbL",
"text": "© Stadia Maps © Stamen Design © OpenMapTiles © OpenStreetMap contributors",
"html": "&copy; <a href=\"https://stadiamaps.com/\" target=\"_blank\">Stadia Maps</a> &copy; <a href=\"https://stamen.com/\" target=\"_blank\">Stamen Design</a> &copy; <a href=\"https://openmaptiles.org/\" target=\"_blank\">OpenMapTiles</a> &copy; <a href=\"https://www.openstreetmap.org/about/\" target=\"_blank\">OpenStreetMap contributors</a>",
"url": "http://stadiamaps.com/",
"required": true
},
"url": "https://stamen-tiles-{switch:a,b,c,d}.a.ssl.fastly.net/terrain-background/{zoom}/{x}/{y}.jpg",
"permission_osm": "explicit",
"license_url": "https://stadiamaps.com/attribution/",
"privacy_policy_url": "https://stadiamaps.com/privacy/",
"url": "https://tiles.stadiamaps.com/tiles/stamen_terrain/{zoom}/{x}/{y}.png",
"icon": "https://stamen.com/wp-content/uploads/2016/07/stamen_compass_rose_small-01.png",
"max_zoom": 18,
"min_zoom": 4,
"max_zoom": 20,
"type": "tms",
"category": "elevation"
},
Expand Down