From e749b44459069019ad6eb60d42cddbec2a5ba8a8 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 7 Jul 2021 01:34:48 +0200 Subject: [PATCH] added extra layers to theme natuurpunt --- assets/themes/natuurpunt/natuurpunt.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/themes/natuurpunt/natuurpunt.json b/assets/themes/natuurpunt/natuurpunt.json index 3861e77d9..4083ed5b8 100644 --- a/assets/themes/natuurpunt/natuurpunt.json +++ b/assets/themes/natuurpunt/natuurpunt.json @@ -12,10 +12,7 @@ "nl": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt", "en": "On this map you can find all the nature reserves that Natuurpunt offers " }, - "language": [ - "nl", - "en" - ], + "language": ["nl", "en"], "maintainer": "", "icon": "./assets/themes/natuurpunt/natuurpunt.png", "version": "0", @@ -25,7 +22,12 @@ "widenFactor": 0.05, "socialImage": "", "layers": [ - "nature_reserve" + "nature_reserve", + "drinking_water", + "bench", + "bench_at_pt", + "picnic_table", + "birdhide" ], "roamingRenderings": [] -} \ No newline at end of file +}