Skip to content

Commit

Permalink
use OSM-DE map style
Browse files Browse the repository at this point in the history
  • Loading branch information
nlehuby committed Dec 19, 2023
1 parent 6808ebc commit 4f7bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidewalks.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var hash = new L.Hash(map);



L.tileLayer.grayscale('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
L.tileLayer.grayscale('https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png', {
attribution: '<a target="_blank" href="http://osm.org/copyright">OpenStreetMap</a> contributors',
maxZoom: 20,
}).addTo(map);
Expand Down

0 comments on commit 4f7bb05

Please sign in to comment.