mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Adapt expected capabilities / project settings response in server test for WMS 1.3.0 compliance
This commit is contained in:
parent
36e89a3146
commit
e6d4010eb6
@ -97,11 +97,12 @@ Content-Type: text/xml; charset=utf-8
|
||||
</qgs:GetStyles>
|
||||
</Request>
|
||||
<Exception>
|
||||
<Format>text/xml</Format>
|
||||
<Format>XML</Format>
|
||||
</Exception>
|
||||
<Layer queryable="1">
|
||||
<Name>QGIS Test Project</Name>
|
||||
<Title>QGIS Test Project</Title>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
@ -116,6 +117,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
<Name>testlayer èé</Name>
|
||||
<Title>A test vector layer</Title>
|
||||
<Abstract>A test vector layer with unicode òà</Abstract>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
|
@ -97,7 +97,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
</qgs:GetStyles>
|
||||
</Request>
|
||||
<Exception>
|
||||
<Format>text/xml</Format>
|
||||
<Format>XML</Format>
|
||||
</Exception>
|
||||
<sld:UserDefinedSymbolization RemoteWFS="0" RemoteWCS="0" InlineFeature="0" UserStyle="1" SupportSLD="1" UserLayer="0"/>
|
||||
<inspire_vs:ExtendedCapabilities>
|
||||
@ -123,6 +123,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
<Layer queryable="1">
|
||||
<Name>QGIS Test Project</Name>
|
||||
<Title>QGIS Test Project</Title>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
@ -137,6 +138,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
<Name>testlayer èé</Name>
|
||||
<Title>A test vector layer</Title>
|
||||
<Abstract>A test vector layer with unicode òà</Abstract>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
|
@ -109,7 +109,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
</GetPrint>
|
||||
</Request>
|
||||
<Exception>
|
||||
<Format>text/xml</Format>
|
||||
<Format>XML</Format>
|
||||
</Exception>
|
||||
<sld:UserDefinedSymbolization UserStyle="1" RemoteWFS="0" SupportSLD="1" UserLayer="0" RemoteWCS="0" InlineFeature="0"/>
|
||||
<WFSLayers>
|
||||
@ -118,6 +118,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
<Layer queryable="1">
|
||||
<Name>QGIS Test Project</Name>
|
||||
<Title>QGIS Test Project</Title>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
@ -133,6 +134,7 @@ Content-Type: text/xml; charset=utf-8
|
||||
<Name>testlayer èé</Name>
|
||||
<Title>A test vector layer</Title>
|
||||
<Abstract>A test vector layer with unicode òà</Abstract>
|
||||
<CRS>CRS:84</CRS>
|
||||
<CRS>EPSG:4326</CRS>
|
||||
<CRS>EPSG:3857</CRS>
|
||||
<EX_GeographicBoundingBox>
|
||||
|
Loading…
x
Reference in New Issue
Block a user