[fix #811]OpenStreetMap: use openstreetmap.org to provide the tiles
This commit is contained in:
parent
2f97efe12c
commit
6a77dff916
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ function initCarto() {
|
|||
scrollWheelZoom: false
|
||||
}).setView([position.lat, position.lon], position.zoom);
|
||||
|
||||
L.tileLayer('http://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', {
|
||||
L.tileLayer('http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
|
||||
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
|
||||
}).addTo(map);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue