Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
Gengenbach
Commits
910bed68
Commit
910bed68
authored
Sep 21, 2026
by
Alfakhori
Browse files
fixed openmap
parent
78b895b5
Pipeline
#12454
passed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/ar_overviewmap.js
View file @
910bed68
...
@@ -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
:
'
© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors
'
}
);
OpenStreetMap_DE
.
addTo
(
mymap
);
OpenStreetMap_DE
.
addTo
(
mymap
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment