Skip to content

Commit

Permalink
MOD: change to the official tile.openstreetmap.org
Browse files Browse the repository at this point in the history
  • Loading branch information
signalwerk committed Nov 18, 2022
1 parent 9a49d64 commit e5d3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/script/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function Map() {
}).setView([47, 7.5], 7);

// add an OpenStreetMap tile layer
L.tileLayer('//{s}.tilt.odcdn.de/suisse/{z}/{x}/{y}.png', {
L.tileLayer('//{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: 'Map data &copy; <a href="http://openstreetmap.org" target="_blank">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank">CC-BY-SA</a>'
}).addTo(map);

Expand Down

0 comments on commit e5d3db4

Please sign in to comment.