Skip to content

Commit

Permalink
feat(geometry): update VRBG to final 2025 borders
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Jan 23, 2025
1 parent 1803267 commit 9be0049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

public class VrbgGeometryService: IMunicipalityGeometryReader
{
private readonly XNamespace _vrbgNamespace = "https://geo.api.vlaanderen.be/VRBG2025";
private readonly XNamespace _vrbgNamespace = "https://geo.api.vlaanderen.be/VRBG";

private const string WFS_GetMunicipalityGeometry =
"https://geo.api.vlaanderen.be/VRBG2025/wfs?service=WFS" +
"https://geo.api.vlaanderen.be/VRBG/wfs?service=WFS" +
"&version=1.1.0" +
"&request=GetFeature" +
"&typeName=VRBG2025:Refgem" +
"&typeName=VRBG:Refgem" +
"&maxFeatures=1" +
"&srsName=EPSG:31370" +
"&CQL_FILTER=NISCODE=";
Expand Down
6 changes: 3 additions & 3 deletions src/MunicipalityRegistry.GeometryImporter/Importer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

public class Importer
{
private readonly XNamespace _vrbgNamespace = "https://geo.api.vlaanderen.be/VRBG2025";
private readonly XNamespace _vrbgNamespace = "https://geo.api.vlaanderen.be/VRBG";

private const string WFS_GetMunicipalityGeometry =
"https://geo.api.vlaanderen.be/VRBG2025/wfs?service=WFS" +
"https://geo.api.vlaanderen.be/VRBG/wfs?service=WFS" +
"&version=1.1.0" +
"&request=GetFeature" +
"&typeName=VRBG2025:Refgem" +
"&typeName=VRBG:Refgem" +
"&maxFeatures=1" +
"&srsName=EPSG:31370" +
"&CQL_FILTER=NISCODE=";
Expand Down

0 comments on commit 9be0049

Please sign in to comment.