Skip to content

Commit

Permalink
updated webmap
Browse files Browse the repository at this point in the history
  • Loading branch information
baharmon committed Oct 24, 2023
1 parent 89f6c2f commit 7047824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/webmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ L.tileLayer('https://tiles.stadiamaps.com/tiles/stamen_toner_lite/{z}/{x}/{y}{r}
maxZoom: 20,
attribution: '&copy; <a href="https://www.stadiamaps.com/" target="_blank">Stadia Maps</a> &copy; <a href="https://www.stamen.com/" target="_blank">Stamen Design</a> &copy; <a href="https://openmaptiles.org/" target="_blank">OpenMapTiles</a> &copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
ext: 'png'
}).addTo(mymap);
}).addTo(map);

// create system markers
var markerIcon = new L.Icon({
Expand Down

0 comments on commit 7047824

Please sign in to comment.