Use preferred tile.openstreetmap.org URL
This commit is contained in:
parent
5e8d1a99b0
commit
eaca7a93bc
4 changed files with 4 additions and 4 deletions
|
|
@ -1823,7 +1823,7 @@ export default {
|
|||
};
|
||||
|
||||
var map = L.map("map", options);
|
||||
var osm_url = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png";
|
||||
var osm_url = "https://tile.openstreetmap.org/{z}/{x}/{y}.png";
|
||||
var tile_url = "https://tile-c.openstreetmap.fr/hot/{z}/{x}/{y}.png";
|
||||
var osm = L.tileLayer(osm_url, {
|
||||
maxZoom: 19,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue