Skip to content

Commit 65f868a

Browse files
Update sondehub.js - Use preferred tile.openstreetmap.org URL (projecthorus#135)
See openstreetmap/operations#737
1 parent a9dc616 commit 65f868a

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
@@ -421,7 +421,7 @@ function makeQuad(x, y, zoom) {
421421

422422
// map type list
423423

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

0 commit comments

Comments
 (0)