From 93bbc12aac67a8667077159c2f0d080c73eb9d04 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Fri, 14 Oct 2022 00:33:45 +0200 Subject: [PATCH] fixes issue #1013 - new URL Dutch RDInfo WFS (#1014) --- aws-lambda/function/pygeoapi-config.yml | 2 +- docker/default.config.yml | 2 +- pygeoapi/provider/ogr.py | 2 +- tests/pygeoapi-test-ogr-config.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: