Skip to content

Commit

Permalink
Update dimensions control file (again and again)
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Feb 5, 2021
1 parent ea78925 commit 17d8204
Showing 1 changed file with 14 additions and 14 deletions.
Expand Up @@ -2,7 +2,7 @@ Content-Length: 8886
Content-Type: text/xml; charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<WMS_Capabilities xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/wms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd http://www.qgis.org/wms https://www.qgis.org/?*****" version="1.3.0" xmlns:qgs="http://www.qgis.org/wms">
<WMS_Capabilities xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd http://www.opengis.net/sld http://schemas.opengis.net/sld/1.1.0/sld_capabilities.xsd http://www.qgis.org/wms https://www.qgis.org/?*****" xmlns:sld="http://www.opengis.net/sld" xmlns="http://www.opengis.net/wms" version="1.3.0" xmlns:qgs="http://www.qgis.org/wms" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Service>
<Name>WMS</Name>
<Title>QGIS Server WMS Dimension test</Title>
Expand Down Expand Up @@ -101,7 +101,7 @@ Content-Type: text/xml; charset=utf-8
<Exception>
<Format>XML</Format>
</Exception>
<sld:UserDefinedSymbolization UserStyle="1" RemoteWCS="0" InlineFeature="0" SupportSLD="1" UserLayer="0" RemoteWFS="0"/>
<sld:UserDefinedSymbolization SupportSLD="1" UserStyle="1" RemoteWCS="0" RemoteWFS="0" UserLayer="0" InlineFeature="0"/>
<Layer queryable="1">
<Name>QGIS Server WMS Dimensions</Name>
<Title>QGIS Server WMS Dimension test</Title>
Expand All @@ -118,22 +118,22 @@ Content-Type: text/xml; charset=utf-8
<southBoundLatitude>-69.957839</southBoundLatitude>
<northBoundLatitude>84.307877</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox maxy="177.930822" minx="-69.957839" miny="-174.766579" maxx="84.307877" CRS="EPSG:4326"/>
<BoundingBox maxy="19143773" minx="-20609694" miny="-11055007" maxx="20961936" CRS="EPSG:3857"/>
<BoundingBox CRS="EPSG:4326" miny="-174.766579" minx="-69.957839" maxy="177.930822" maxx="84.307877"/>
<BoundingBox CRS="EPSG:3857" miny="-11055007" minx="-20609694" maxy="19143773" maxx="20961936"/>
<Layer queryable="1">
<Name>Contours</Name>
<Title>Contours</Title>
<CRS>CRS:84</CRS>
<CRS>EPSG:3857</CRS>
<CRS>EPSG:4326</CRS>
<EX_GeographicBoundingBox>
<westBoundLongitude>-28.761387</westBoundLongitude>
<westBoundLongitude>-28.7614</westBoundLongitude>
<eastBoundLongitude>0.000001</eastBoundLongitude>
<southBoundLatitude>29.999996</southBoundLatitude>
<southBoundLatitude>30</southBoundLatitude>
<northBoundLatitude>60</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox maxy="0.000001" minx="29.999996" miny="-28.761387" maxx="60" CRS="EPSG:4326"/>
<BoundingBox maxy="8399737.89" minx="-3201702.942" miny="3503549.353" maxx="0.001" CRS="EPSG:3857"/>
<BoundingBox CRS="EPSG:4326" miny="-28.7614" minx="30" maxy="0.000001" maxx="60"/>
<BoundingBox CRS="EPSG:3857" miny="3503549.843" minx="-3201704.403" maxy="8399737.89" maxx="0.001"/>
<Style>
<Name>default</Name>
<Title>default</Title>
Expand All @@ -142,7 +142,7 @@ Content-Type: text/xml; charset=utf-8
<OnlineResource xlink:type="simple" xlink:href="https://www.qgis.org/?*****" xmlns:xlink="http://www.w3.org/1999/xlink"/>
</LegendURL>
</Style>
<Dimension name="elevation" nearestValue="0" units="meters" unitSymbol="m" multipleValues="1">0, 500, 1000, 1500, 2000, 2500, 3000, 3500, 4000</Dimension>
<Dimension unitSymbol="m" name="elevation" units="meters" multipleValues="1" nearestValue="0">0, 500, 1000, 1500, 2000, 2500, 3000, 3500, 4000</Dimension>
</Layer>
<Layer queryable="1">
<Name>Slopes</Name>
Expand All @@ -156,8 +156,8 @@ Content-Type: text/xml; charset=utf-8
<southBoundLatitude>36.0667</southBoundLatitude>
<northBoundLatitude>43.7562</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox maxy="0.000001" minx="36.0667" miny="-9.40375" maxx="43.7562" CRS="EPSG:4326"/>
<BoundingBox maxy="5427790.763" minx="-1046820.662" miny="4309803.074" maxx="0.001" CRS="EPSG:3857"/>
<BoundingBox CRS="EPSG:4326" miny="-9.40375" minx="36.0667" maxy="0.000001" maxx="43.7562"/>
<BoundingBox CRS="EPSG:3857" miny="4309803.074" minx="-1046820.662" maxy="5427790.763" maxx="0.001"/>
<Style>
<Name>default</Name>
<Title>default</Title>
Expand All @@ -166,7 +166,7 @@ Content-Type: text/xml; charset=utf-8
<OnlineResource xlink:type="simple" xlink:href="https://www.qgis.org/?*****" xmlns:xlink="http://www.w3.org/1999/xlink"/>
</LegendURL>
</Style>
<Dimension name="range_elevation" nearestValue="0" units="meters" unitSymbol="m" multipleValues="1">0, 500, 1000, 1500, 2000, 2500, 3000</Dimension>
<Dimension unitSymbol="m" name="range_elevation" units="meters" multipleValues="1" nearestValue="0">0, 500, 1000, 1500, 2000, 2500, 3000</Dimension>
</Layer>
<Layer queryable="1">
<Name>dem</Name>
Expand All @@ -180,8 +180,8 @@ Content-Type: text/xml; charset=utf-8
<southBoundLatitude>29.999999</southBoundLatitude>
<northBoundLatitude>60</northBoundLatitude>
</EX_GeographicBoundingBox>
<BoundingBox maxy="0.000001" minx="29.999999" miny="-30" maxx="60" CRS="EPSG:4326"/>
<BoundingBox maxy="8399737.89" minx="-3339584.724" miny="3503549.843" maxx="0.001" CRS="EPSG:3857"/>
<BoundingBox CRS="EPSG:4326" miny="-30" minx="29.999999" maxy="0.000001" maxx="60"/>
<BoundingBox CRS="EPSG:3857" miny="3503549.843" minx="-3339584.724" maxy="8399737.89" maxx="0.001"/>
<Style>
<Name>default</Name>
<Title>default</Title>
Expand Down

0 comments on commit 17d8204

Please sign in to comment.