X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e14476f52df3582bd565145638fe0edcd2bb1b0c..8ad88b9ddc2f5aad1d9302bb6c2398c39cbfd2e6:/vendor/assets/leaflet/leaflet.osm.js
diff --git a/vendor/assets/leaflet/leaflet.osm.js b/vendor/assets/leaflet/leaflet.osm.js
index 813438a1b..37c8bcf7d 100644
--- a/vendor/assets/leaflet/leaflet.osm.js
+++ b/vendor/assets/leaflet/leaflet.osm.js
@@ -22,6 +22,7 @@ L.OSM.Mapnik = L.OSM.TileLayer.extend({
L.OSM.CycleMap = L.OSM.TileLayer.extend({
options: {
url: 'https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}{r}.png?apikey={apikey}',
+ maxZoom: 21,
attribution: '© OpenStreetMap contributors. Tiles courtesy of Andy Allan'
}
});
@@ -29,6 +30,7 @@ L.OSM.CycleMap = L.OSM.TileLayer.extend({
L.OSM.TransportMap = L.OSM.TileLayer.extend({
options: {
url: 'https://{s}.tile.thunderforest.com/transport/{z}/{x}/{y}{r}.png?apikey={apikey}',
+ maxZoom: 21,
attribution: '© OpenStreetMap contributors. Tiles courtesy of Andy Allan'
}
});
@@ -45,7 +47,8 @@ L.OSM.HOT = L.OSM.TileLayer.extend({
L.OSM.GPS = L.OSM.TileLayer.extend({
options: {
url: 'https://gps-{s}.tile.openstreetmap.org/lines/{z}/{x}/{y}.png',
- maxZoom: 20,
+ maxZoom: 21,
+ maxNativeZoom: 20,
subdomains: 'abc'
}
});