Tweak layer levels
This commit is contained in:
parent
b8938ea15a
commit
0aa32990d5
3 changed files with 50 additions and 49 deletions
3
vendor/assets/leaflet/leaflet.osm.js
vendored
3
vendor/assets/leaflet/leaflet.osm.js
vendored
|
@ -14,7 +14,8 @@ L.OSM.TileLayer = L.TileLayer.extend({
|
|||
|
||||
L.OSM.Mapnik = L.OSM.TileLayer.extend({
|
||||
options: {
|
||||
url: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
|
||||
url: 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||
maxZoom: 19
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue