Update leaflet.osm plugin

This commit is contained in:
Tom Hughes 2020-04-14 00:01:30 +01:00
parent 8199002a0f
commit 425b79b5cc

View file

@ -14,7 +14,7 @@ L.OSM.TileLayer = L.TileLayer.extend({
L.OSM.Mapnik = L.OSM.TileLayer.extend({ L.OSM.Mapnik = L.OSM.TileLayer.extend({
options: { options: {
url: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png',
maxZoom: 19 maxZoom: 19
} }
}); });