Skip to content

Commit

Permalink
[Fixes #1023] Change the lable for the GML FeatureCollection export f…
Browse files Browse the repository at this point in the history
…ormat (#1035)
  • Loading branch information
DavidQuartz authored Jun 20, 2022
1 parent 87e68a1 commit 5e11d6e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1195,15 +1195,15 @@
},
{
"name": "application/wfs-collection-1.0",
"label": "wfs-collection-1.0",
"label": "GML (FeatureCollection)",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.1",
"label": "wfs-collection-1.1",
"label": "GML (WFS 1.1.0 FeatureCollection)",
"type": "vector",
"validServices": [
"wps"
Expand Down Expand Up @@ -1939,15 +1939,15 @@
},
{
"name": "application/wfs-collection-1.0",
"label": "wfs-collection-1.0",
"label": "GML (FeatureCollection)",
"type": "vector",
"validServices": [
"wps"
]
},
{
"name": "application/wfs-collection-1.1",
"label": "wfs-collection-1.1",
"label": "GML (WFS 1.1.0 FeatureCollection)",
"type": "vector",
"validServices": [
"wps"
Expand Down

0 comments on commit 5e11d6e

Please sign in to comment.