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
78b895b5
Commit
78b895b5
authored
Sep 21, 2026
by
Alfakhori
Browse files
use openmap
parent
d95af9d0
Pipeline
#12453
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/ar_overviewmap.js
View file @
78b895b5
...
...
@@ -38,20 +38,15 @@ function init_map() {
// Select one basemap from:
// https://leaflet-extras.github.io/leaflet-providers/preview/
var
CartoDB_Positron
=
L
.
tileLayer
(
'
https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{r}.png
'
,
{
attribution
:
'
© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors
'
+
'
© <a href="https://carto.com/attributions">CARTO</a>
'
,
subdomains
:
'
abcd
'
,
maxZoom
:
30
,
minZoom
:
15
}
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
'
}
);
CartoDB_Positron
.
addTo
(
mymap
);
OpenStreetMap_DE
.
addTo
(
mymap
);
// ====================================================
// User icon
...
...
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