Skip to content

Commit

Permalink
Fix PDOK service URLs in 'projected' example
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jun 11, 2024
1 parent b15e968 commit 737eadc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-starter/static/app-conf-projected.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{
"type": "WFS",
"lid": "dutch-nat-parks",
"url": "https://geodata.nationaalgeoregister.nl/nationaleparken/wfs",
"url": "https://service.pdok.nl/rvo/nationaleparken/wfs/v2_0?",
"typeName": "nationaleparken:nationaleparken",
"version": "2.0.0",
"maxFeatures": 10,
Expand Down Expand Up @@ -107,7 +107,7 @@
"lid": "pdok-natura2000-wms",
"format": "image/png",
"layers": "natura2000",
"url": "https://geodata.nationaalgeoregister.nl/natura2000/wms",
"url": "https://service.pdok.nl/rvo/natura2000/wms/v1_0",
"transparent": true,
"projection": "EPSG:28992",
"tileGridRef": "dutch_rd",
Expand Down

0 comments on commit 737eadc

Please sign in to comment.