From 587740af808fdcea3a6911dd461249621038a055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?PetaByteBoy=20//=20Milan=20P=C3=A4ssler?= Date: Wed, 12 Apr 2017 02:22:47 +0200 Subject: [PATCH] change map layers in default config --- config.json.example | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/config.json.example b/config.json.example index b1879f0..f7b40c3 100644 --- a/config.json.example +++ b/config.json.example @@ -5,11 +5,25 @@ "showContact": true, "maxAge": 14, "mapLayers": [ + { "name": "CartoDB", + "url": "https://cartodb-basemaps-{s}.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png", + "config": { + "maxZoom": 18, + "attribution": "© OpenStreetMap, © | CARTO" + } + }, { "name": "OpenStreetMap.HOT" }, { - "name": "Stamen.TonerLite" + "name": "Luftbilder NRW", + "url": "https://www.wms.nrw.de/geobasis/wms_nw_dop20?", + "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" + } } ], "nodeInfos": [