From 11368e60def87a5b5f17e7b73b9a0a1213b02451 Mon Sep 17 00:00:00 2001 From: JJX Date: Fri, 24 Aug 2018 11:40:27 +0200 Subject: [PATCH] Updated DOP-NRW WMS URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der alte WMS Dienst für Luftbilder des Landes wird in Kürze abgeschaltet, dies ist der Neue. --- config.json.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index f7b40c3..f1e6b2c 100644 --- a/config.json.example +++ b/config.json.example @@ -17,12 +17,12 @@ }, { "name": "Luftbilder NRW", - "url": "https://www.wms.nrw.de/geobasis/wms_nw_dop20?", + "url": "https://www.wms.nrw.de/geobasis/wms_nw_dop?", "config": { "maxZoom": 20, "attribution": "DOP20, Land NRW (2017), Datenlizenz Deutschland - Namensnennung - Version 2.0 (www.govdata.de/dl-de/by-2-0)", "format": "image/jpeg", - "layers": "nw_dop20" + "layers": "nw_dop_rgb" } } ],