Skip to content

Commit c0e4ca9

Browse files
danieldegroot2TheSkorm
authored andcommitted
Update sondehub.js - Use preferred tile.openstreetmap.org URL
See openstreetmap/operations#737
1 parent 48c94da commit c0e4ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/sondehub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ function makeQuad(x, y, zoom) {
570570

571571
// map type list
572572

573-
var osm = L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
573+
var osm = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
574574
maxZoom: 19,
575575
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
576576
});

0 commit comments

Comments
 (0)