Update leaflet.osm plugin
This commit is contained in:
parent
8199002a0f
commit
425b79b5cc
1 changed files with 1 additions and 1 deletions
2
vendor/assets/leaflet/leaflet.osm.js
vendored
2
vendor/assets/leaflet/leaflet.osm.js
vendored
|
@ -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
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue