Skip to content

Commit

Permalink
quickfix failing tests because Dutch BAG WMS/WFS URLs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Jul 12, 2020
1 parent 983e4ef commit 8d207e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/data/fixtures.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -41,7 +41,7 @@
"resource_type": "OGC:WFS",
"active": true,
"title": "PDOK BAG Web Feature Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"tags": [
"ows",
"pdok"
Expand Down
2 changes: 1 addition & 1 deletion tests/data/minimal.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": []
}
},
Expand Down
6 changes: 3 additions & 3 deletions tests/data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -29,7 +29,7 @@
"resource_type": "OGC:WMS",
"active": true,
"title": "PDOK BAG Web Map Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms",
"url": "http://geodata.nationaalgeoregister.nl/bag/wms/v1_1",
"tags": [
"ows",
"pdok"
Expand All @@ -50,7 +50,7 @@
"resource_type": "OGC:WFS",
"active": true,
"title": "PDOK BAG Web Feature Service",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs",
"url": "http://geodata.nationaalgeoregister.nl/bag/wfs/v1_1",
"tags": [
"ows",
"pdok"
Expand Down

0 comments on commit 8d207e5

Please sign in to comment.