Compare commits
No commits in common. "a09fcb6dd5e3655d69e33fb62e773d37c8197574" and "6ada61e09b186774c6b0814e971085f479c59b19" have entirely different histories.
a09fcb6dd5
...
6ada61e09b
|
@ -1824,6 +1824,7 @@ export default {
|
||||||
|
|
||||||
var map = L.map("map", options);
|
var map = L.map("map", options);
|
||||||
var osm_url = "https://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, {
|
var osm = L.tileLayer(osm_url, {
|
||||||
maxZoom: 19,
|
maxZoom: 19,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue