Skip to content

Commit

Permalink
Update map.js (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjunwon authored May 5, 2024
1 parent 72e5aa1 commit 67bb690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collaborations/multimedia-oissue-map-2023/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ var NEWSmap = new L.map('map', {
});

L.tileLayer(
'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}{r}.{ext}',
'https://tiles.stadiamaps.com/tiles/stamen_toner_lite/{z}/{x}/{y}{r}.png',
{
attribution:
'Map tiles by <a href="http://stamen.com">Stamen Design</a>, <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a> &mdash; Map data &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
'&copy; <a href="https://stadiamaps.com/" target="_blank">Stadia Maps</a> <a href="https://stamen.com/" target="_blank">&copy; Stamen Design</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/about" target="_blank">OpenStreetMap</a> contributors',
subdomains: 'abcd',
minZoom: 0,
maxZoom: 20,
Expand Down

0 comments on commit 67bb690

Please sign in to comment.