From 88bfee7dbfe6dc9ddb1e6a7ab436bb6ca8a41f2c Mon Sep 17 00:00:00 2001 From: Jochen Klar Date: Thu, 27 Jun 2024 12:21:00 +0200 Subject: [PATCH] Add berlin-2024-dop20rgbi --- src/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config.json b/src/config.json index ef34268..c1d20aa 100644 --- a/src/config.json +++ b/src/config.json @@ -11,6 +11,15 @@ "zoom": 15 }, "maps": [ + { + "name": "Luftbilder 2024", + "url": "https://tiles.codefor.de/berlin-2024-dop20rgbi/{z}/{x}/{y}.png", + "options": { + "attribution": "Geoportal Berlin / Digitale farbige Orthophotos 2024 (DOP20RGBI)", + "minZoom": 10, + "maxZoom": 20 + } + }, { "name": "Luftbilder 2023", "url": "https://tiles.codefor.de/berlin-2023-dop20rgbi/{z}/{x}/{y}.png",