Update leaflet-osm
This commit is contained in:
parent
6bfecfce1f
commit
6b38c8ab5c
1 changed files with 9 additions and 0 deletions
9
vendor/assets/leaflet/leaflet.osm.js
vendored
9
vendor/assets/leaflet/leaflet.osm.js
vendored
|
@ -19,6 +19,15 @@ L.OSM.Mapnik = L.OSM.TileLayer.extend({
|
|||
}
|
||||
});
|
||||
|
||||
L.OSM.CyclOSM = L.OSM.TileLayer.extend({
|
||||
options: {
|
||||
url: 'https://{s}.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
|
||||
maxZoom: 20,
|
||||
subdomains: 'abc',
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a> contributors. Tiles courtesy of <a href="https://www.openstreetmap.fr" target="_blank">OpenStreetMap France</a>'
|
||||
}
|
||||
});
|
||||
|
||||
L.OSM.CycleMap = L.OSM.TileLayer.extend({
|
||||
options: {
|
||||
url: 'https://{s}.tile.thunderforest.com/cycle/{z}/{x}/{y}{r}.png?apikey={apikey}',
|
||||
|
|
Loading…
Add table
Reference in a new issue