We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b567e89 commit 1cfe486Copy full SHA for 1cfe486
1 file changed
src/config.json
@@ -11,6 +11,15 @@
11
"zoom": 15
12
},
13
"maps": [
14
+ {
15
+ "name": "Luftbilder 2022",
16
+ "url": "https://tiles.codefor.de/berlin-2022-dop20rgbi/{z}/{x}/{y}.png",
17
+ "options": {
18
+ "attribution": "<a target=\"blank\" href=\"https://fbinter.stadt-berlin.de/fb/berlin/service.jsp?id=a_luftbild2022_true_rgbi@senstadt&type=FEED\">Geoportal Berlin / Digitale farbige Orthophotos 2022 (DOP20RGBI)</a>",
19
+ "minZoom": 10,
20
+ "maxZoom": 20
21
+ }
22
+ },
23
{
24
"name": "Luftbilder 2021",
25
"url": "https://tiles.codefor.de/berlin-2021-dop20rgbi/{z}/{x}/{y}.png",
0 commit comments