From: Paul Norman Date: Fri, 26 Jun 2020 03:23:04 +0000 (-0700) Subject: Update leaflet-osm X-Git-Tag: live~2116^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5dfb6432e009b10d3c91f182fa8df72b8a6975c4?hp=bcf6eafb0d6f42dbbf3f9f97a79f5eacb0c960a7 Update leaflet-osm --- diff --git a/vendor/assets/leaflet/leaflet.osm.js b/vendor/assets/leaflet/leaflet.osm.js index 0bde8f8a1..ad712e3a2 100644 --- a/vendor/assets/leaflet/leaflet.osm.js +++ b/vendor/assets/leaflet/leaflet.osm.js @@ -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: '© OpenStreetMap contributors. Tiles courtesy of MeMoMaps' + } +}); + L.OSM.HOT = L.OSM.TileLayer.extend({ options: { url: 'https://tile-{s}.openstreetmap.fr/hot/{z}/{x}/{y}.png',