Skip to content

Commit 737eadc

Browse files
committed
Fix PDOK service URLs in 'projected' example
1 parent b15e968 commit 737eadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app-starter/static/app-conf-projected.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
{
7878
"type": "WFS",
7979
"lid": "dutch-nat-parks",
80-
"url": "https://geodata.nationaalgeoregister.nl/nationaleparken/wfs",
80+
"url": "https://service.pdok.nl/rvo/nationaleparken/wfs/v2_0?",
8181
"typeName": "nationaleparken:nationaleparken",
8282
"version": "2.0.0",
8383
"maxFeatures": 10,
@@ -107,7 +107,7 @@
107107
"lid": "pdok-natura2000-wms",
108108
"format": "image/png",
109109
"layers": "natura2000",
110-
"url": "https://geodata.nationaalgeoregister.nl/natura2000/wms",
110+
"url": "https://service.pdok.nl/rvo/natura2000/wms/v1_0",
111111
"transparent": true,
112112
"projection": "EPSG:28992",
113113
"tileGridRef": "dutch_rd",

0 commit comments

Comments
 (0)