File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
tests/testdata/qgis_server Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,27 +82,27 @@ Content-Type: text/xml; charset=utf-8
82
82
</ows:OperationsMetadata>
83
83
<FeatureTypeList>
84
84
<Operations>
85
- <Query/ >
85
+ <Operation> Query</Operation >
86
86
</Operations>
87
87
<FeatureType>
88
88
<Name>testlayer</Name>
89
89
<Title>A test vector layer</Title>
90
90
<Abstract>A test vector layer with unicode òà</Abstract>
91
91
<DefaultSRS>EPSG:4326</DefaultSRS>
92
92
<OtherSRS>EPSG:3857</OtherSRS>
93
+ <Operations>
94
+ <Operation>Query</Operation>
95
+ <Operation>Insert</Operation>
96
+ <Operation>Update</Operation>
97
+ <Operation>Delete</Operation>
98
+ </Operations>
93
99
<OutputFormats>
94
100
<Format>text/xml; subtype=gml/3.1.1</Format>
95
101
</OutputFormats>
96
102
<ows:WGS84BoundingBox dimensions="2">
97
103
<ows:LowerCorner>8.20346 44.9014</ows:LowerCorner>
98
104
<ows:UpperCorner>8.20355 44.9015</ows:UpperCorner>
99
105
</ows:WGS84BoundingBox>
100
- <Operations>
101
- <Query/>
102
- <Insert/>
103
- <Update/>
104
- <Delete/>
105
- </Operations>
106
106
</FeatureType>
107
107
</FeatureTypeList>
108
108
<ogc:Filter_Capabilities>
You can’t perform that action at this time.
0 commit comments