Commit 910bed68 authored by Alfakhori's avatar Alfakhori
Browse files

fixed openmap

parent 78b895b5
Pipeline #12454 passed with stage
in 23 seconds
...@@ -38,13 +38,7 @@ function init_map() { ...@@ -38,13 +38,7 @@ function init_map() {
// Select one basemap from: // Select one basemap from:
// https://leaflet-extras.github.io/leaflet-providers/preview/ // https://leaflet-extras.github.io/leaflet-providers/preview/
var OpenStreetMap_DE = L.tileLayer(
'https://tile.openstreetmap.de/{z}/{x}/{y}.png',
{
maxZoom: 20,
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}
);
OpenStreetMap_DE.addTo(mymap); OpenStreetMap_DE.addTo(mymap);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment