diff --git a/aws-lambda/function/pygeoapi-config.yml b/aws-lambda/function/pygeoapi-config.yml index 411289c..7f6dd5b 100644 --- a/aws-lambda/function/pygeoapi-config.yml +++ b/aws-lambda/function/pygeoapi-config.yml @@ -295,7 +295,7 @@ resources: name: OGR data: source_type: WFS - source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs? + source: WFS:https://service.pdok.nl/kadaster/rdinfo/wfs/v1_0? source_srs: EPSG:28992 target_srs: EPSG:4326 source_capabilities: diff --git a/docker/default.config.yml b/docker/default.config.yml index 3bd0c16..821a87c 100644 --- a/docker/default.config.yml +++ b/docker/default.config.yml @@ -209,7 +209,7 @@ resources: name: OGR data: source_type: WFS - source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs? + source: WFS:https://service.pdok.nl/kadaster/rdinfo/wfs/v1_0? source_srs: EPSG:28992 target_srs: EPSG:4326 source_capabilities: diff --git a/pygeoapi/provider/ogr.py b/pygeoapi/provider/ogr.py index 47ee52a..3d2bbb1 100644 --- a/pygeoapi/provider/ogr.py +++ b/pygeoapi/provider/ogr.py @@ -85,7 +85,7 @@ class OGRProvider(BaseProvider): name: OGR data: source_type: WFS - source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs? + source: WFS:https://service.pdok.nl/kadaster/rdinfo/wfs/v1_0? source_srs: EPSG:28992 target_srs: EPSG:4326 source_capabilities: diff --git a/tests/pygeoapi-test-ogr-config.yml b/tests/pygeoapi-test-ogr-config.yml index 05cecdb..46af000 100644 --- a/tests/pygeoapi-test-ogr-config.yml +++ b/tests/pygeoapi-test-ogr-config.yml @@ -110,7 +110,7 @@ resources: name: OGR data: source_type: WFS - source: WFS:http://geodata.nationaalgeoregister.nl/rdinfo/wfs? + source: WFS:https://service.pdok.nl/kadaster/rdinfo/wfs/v1_0? source_srs: EPSG:28992 target_srs: EPSG:4326 source_capabilities: