Update leaflet-osm

This commit is contained in:
Paul Norman 2020-06-25 20:23:04 -07:00
parent bcf6eafb0d
commit 5dfb6432e0
No known key found for this signature in database
GPG key ID: 83FBBDE1C4E90664

View file

@ -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',