Update leaflet-osm
This commit is contained in:
parent
bcf6eafb0d
commit
5dfb6432e0
1 changed files with 8 additions and 0 deletions
8
vendor/assets/leaflet/leaflet.osm.js
vendored
8
vendor/assets/leaflet/leaflet.osm.js
vendored
|
@ -35,6 +35,14 @@ L.OSM.TransportMap = L.OSM.TileLayer.extend({
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
L.OSM.OPNVKarte = L.OSM.TileLayer.extend({
|
||||||
|
options: {
|
||||||
|
url: 'https://tileserver.memomaps.de/tilegen/{z}/{x}/{y}.png',
|
||||||
|
maxZoom: 18,
|
||||||
|
attribution: '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors. Tiles courtesy of <a href="http://memomaps.de/" target="_blank">MeMoMaps</a>'
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
L.OSM.HOT = L.OSM.TileLayer.extend({
|
L.OSM.HOT = L.OSM.TileLayer.extend({
|
||||||
options: {
|
options: {
|
||||||
url: 'https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png',
|
url: 'https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue