Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WMTS in QGIS 2.0.1 only returning 1 tile #17671

Closed
qgib opened this issue Nov 6, 2013 · 4 comments
Closed

WMTS in QGIS 2.0.1 only returning 1 tile #17671

qgib opened this issue Nov 6, 2013 · 4 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Nov 6, 2013

Author Name: Michael Gordon (@MichaelGordon)
Original Redmine Issue: 9016
Affected QGIS version: 2.0.1
Redmine category:web_services_clients/wms


I've tried connecting to our (Ordnance Survey's) WMTS paid service in QGIS 2.0.1. It appears to connect ok and returns the list of layers from our GetCapabilities (a copy of which I've pasted below). However when I try to add any of these layers in only one tile is shown.

From looking at our access logs we can see that QGIS correctly requests 1 tile but then no other tiles are requested.

Our service uses a key/referrer authentication so I have been adding the appropriate referrer into the relevant referrer box in QGIS. I've also been putting in the full ...REQUEST=WMTS& etc to identify it as a WMTS.

<Capabilities xmlns="http://www.opengis.net/wmts/1.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://geowebcache.org/schema/opengis/wmts/1.0.0/wmtsGetCapabilities_response.xsd" version="1.0.0">
<ows:ServiceIdentification>
<ows:Title>Ordnance Survey Web Map Tile Service</ows:Title>
<ows:ServiceType>OGC WMTS</ows:ServiceType>
<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
</ows:ServiceIdentification>
<ows:ServiceProvider>
<ows:ProviderName>Ordnance Survey</ows:ProviderName>
<ows:ProviderSite xlink:href="http://www.ordnancesurvey.co.uk"/>
<ows:ServiceContact>
<ows:IndividualName>Customer Support</ows:IndividualName>
</ows:ServiceContact>
</ows:ServiceProvider>
<ows:OperationsMetadata>
<ows:Operation name="GetCapabilities">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://tiles.ordnancesurvey.co.uk/osmapapi/wmtsgc/osodtestkey/GetCapabilities?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
<ows:Operation name="GetTile">
<ows:DCP>
<ows:HTTP>
<ows:Get xlink:href="http://tiles.ordnancesurvey.co.uk/osmapapi/wmts/osodtestkey/ts?">
<ows:Constraint name="GetEncoding">
<ows:AllowedValues>
<ows:Value>KVP</ows:Value>
</ows:AllowedValues>
</ows:Constraint>
</ows:Get>
</ows:HTTP>
</ows:DCP>
</ows:Operation>
</ows:OperationsMetadata>
<Contents>
<Layer>
<ows:Title>osgb</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>osgb</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>ZoomMap</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>ZoomMap</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>ZoomMap</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>ZoomMap</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>OS OpenData</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>OS OpenData</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>OS OpenData</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>GB Overview</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>GB Overview</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>GB Overview</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>MiniScale</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>MiniScale</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>MiniScale</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>OS VectorMap Local</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>OS VectorMap Local</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>OS VectorMap Local</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>OS VectorMap District</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>OS VectorMap District</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>OS VectorMap District</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>1:250 000 Scale Colour Raster</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>1:250 000 Scale Colour Raster</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>1:250 000 Scale Colour Raster</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>OS Street View</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>OS Street View</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>OS Street View</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<Layer>
<ows:Title>
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Title>
<ows:WGS84BoundingBox>
<ows:LowerCorner>-18.614796709518433 48.33135481047483</ows:LowerCorner>
<ows:UpperCorner>10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
<ows:Identifier>
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>
<Style isDefault="true">
<ows:Identifier>default</ows:Identifier>
</Style>
<Format>image/png</Format>
<TileMatrixSetLink>
<TileMatrixSet>
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</TileMatrixSet>
</TileMatrixSetLink>
</Layer>
<TileMatrixSet>
<ows:Identifier>ZoomMap</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>00</ows:Identifier>
<ScaleDenominator>3200000.0000000005</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>4.0</MatrixWidth>
<MatrixHeight>6.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>01</ows:Identifier>
<ScaleDenominator>1600000.0000000002</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>7.0</MatrixWidth>
<MatrixHeight>12.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>02</ows:Identifier>
<ScaleDenominator>800000.0000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>13.0</MatrixWidth>
<MatrixHeight>24.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>03</ows:Identifier>
<ScaleDenominator>400000.00000000006</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>25.0</MatrixWidth>
<MatrixHeight>48.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>04</ows:Identifier>
<ScaleDenominator>200000.00000000003</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>50.0</MatrixWidth>
<MatrixHeight>96.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>05</ows:Identifier>
<ScaleDenominator>100000.00000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>100.0</MatrixWidth>
<MatrixHeight>192.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>06</ows:Identifier>
<ScaleDenominator>50000.00000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>200.0</MatrixWidth>
<MatrixHeight>384.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>07</ows:Identifier>
<ScaleDenominator>25000.000000000004</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>400.0</MatrixWidth>
<MatrixHeight>768.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>08</ows:Identifier>
<ScaleDenominator>12500.000000000002</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>800.0</MatrixWidth>
<MatrixHeight>1536.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>09</ows:Identifier>
<ScaleDenominator>6250.000000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>1600.0</MatrixWidth>
<MatrixHeight>3072.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>10</ows:Identifier>
<ScaleDenominator>3125.0000000000005</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>3200.0</MatrixWidth>
<MatrixHeight>6144.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>OS OpenData</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>OV0</ows:Identifier>
<ScaleDenominator>8928571.42857143</ScaleDenominator>
<TopLeftCorner>0 1500000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>2.0</MatrixWidth>
<MatrixHeight>3.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>OV1</ows:Identifier>
<ScaleDenominator>3571428.571428572</ScaleDenominator>
<TopLeftCorner>0 1400000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>4.0</MatrixWidth>
<MatrixHeight>7.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>OV2</ows:Identifier>
<ScaleDenominator>1785714.285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>7.0</MatrixWidth>
<MatrixHeight>13.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>MSR</ows:Identifier>
<ScaleDenominator>714285.7142857143</ScaleDenominator>
<TopLeftCorner>0 1320000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>18.0</MatrixWidth>
<MatrixHeight>33.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>MS</ows:Identifier>
<ScaleDenominator>357142.85714285716</ScaleDenominator>
<TopLeftCorner>0 1320000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>35.0</MatrixWidth>
<MatrixHeight>66.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>250KR</ows:Identifier>
<ScaleDenominator>178571.42857142858</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>70.0</MatrixWidth>
<MatrixHeight>130.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>250K</ows:Identifier>
<ScaleDenominator>89285.71428571429</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>140.0</MatrixWidth>
<MatrixHeight>260.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>VMDR</ows:Identifier>
<ScaleDenominator>14285.714285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>700.0</MatrixWidth>
<MatrixHeight>1300.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>VMD</ows:Identifier>
<ScaleDenominator>8928.57142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>SVR</ows:Identifier>
<ScaleDenominator>7142.857142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>SV</ows:Identifier>
<ScaleDenominator>3571.4285714285716</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>2800.0</MatrixWidth>
<MatrixHeight>5200.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>GB Overview</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>OV0</ows:Identifier>
<ScaleDenominator>8928571.42857143</ScaleDenominator>
<TopLeftCorner>0 1500000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>2.0</MatrixWidth>
<MatrixHeight>3.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>OV1</ows:Identifier>
<ScaleDenominator>3571428.571428572</ScaleDenominator>
<TopLeftCorner>0 1400000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>4.0</MatrixWidth>
<MatrixHeight>7.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>OV2</ows:Identifier>
<ScaleDenominator>1785714.285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>7.0</MatrixWidth>
<MatrixHeight>13.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>MiniScale</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>MSR</ows:Identifier>
<ScaleDenominator>714285.7142857143</ScaleDenominator>
<TopLeftCorner>0 1320000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>18.0</MatrixWidth>
<MatrixHeight>33.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>MS</ows:Identifier>
<ScaleDenominator>357142.85714285716</ScaleDenominator>
<TopLeftCorner>0 1320000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>35.0</MatrixWidth>
<MatrixHeight>66.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>OS VectorMap Local</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>VMLR</ows:Identifier>
<ScaleDenominator>7142.857142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>VML</ows:Identifier>
<ScaleDenominator>3571.4285714285716</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>2800.0</MatrixWidth>
<MatrixHeight>5200.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>OS VectorMap District</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>VMDR</ows:Identifier>
<ScaleDenominator>14285.714285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>700.0</MatrixWidth>
<MatrixHeight>1300.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>VMD</ows:Identifier>
<ScaleDenominator>8928.57142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>25KR</ows:Identifier>
<ScaleDenominator>14285.714285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>700.0</MatrixWidth>
<MatrixHeight>1300.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>25K</ows:Identifier>
<ScaleDenominator>8928.57142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>50KR</ows:Identifier>
<ScaleDenominator>35714.28571428572</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>350.0</MatrixWidth>
<MatrixHeight>650.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>50K</ows:Identifier>
<ScaleDenominator>17857.14285714286</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>700.0</MatrixWidth>
<MatrixHeight>1300.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>1:250 000 Scale Colour Raster</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>250KR</ows:Identifier>
<ScaleDenominator>178571.42857142858</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>70.0</MatrixWidth>
<MatrixHeight>130.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>250K</ows:Identifier>
<ScaleDenominator>89285.71428571429</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>200</TileWidth>
<TileHeight>200</TileHeight>
<MatrixWidth>140.0</MatrixWidth>
<MatrixHeight>260.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>OS Street View</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>SVR</ows:Identifier>
<ScaleDenominator>7142.857142857143</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>1400.0</MatrixWidth>
<MatrixHeight>2600.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>SV</ows:Identifier>
<ScaleDenominator>3571.4285714285716</ScaleDenominator>
<TopLeftCorner>0 1300000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>2800.0</MatrixWidth>
<MatrixHeight>5200.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>06</ows:Identifier>
<ScaleDenominator>50000.00000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>200.0</MatrixWidth>
<MatrixHeight>384.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>07</ows:Identifier>
<ScaleDenominator>25000.000000000004</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>400.0</MatrixWidth>
<MatrixHeight>768.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
<TileMatrixSet>
<ows:Identifier>
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>
<ows:SupportedCRS>urn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>
<TileMatrix>
<ows:Identifier>08</ows:Identifier>
<ScaleDenominator>12500.000000000002</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>800.0</MatrixWidth>
<MatrixHeight>1536.0</MatrixHeight>
</TileMatrix>
<TileMatrix>
<ows:Identifier>09</ows:Identifier>
<ScaleDenominator>6250.000000000001</ScaleDenominator>
<TopLeftCorner>0 1344000</TopLeftCorner>
<TileWidth>250</TileWidth>
<TileHeight>250</TileHeight>
<MatrixWidth>1600.0</MatrixWidth>
<MatrixHeight>3072.0</MatrixHeight>
</TileMatrix>
</TileMatrixSet>
</Contents>
<ServiceMetadataURL xlink:href="http://tiles.ordnancesurvey.co.uk/osmapapi/wmtsgc/osodtestkey/GetCapabilities?REQUEST=GetCapabilities&amp;VERSION=1.0.0&amp;SERVICE=WMTS"/>
</Capabilities>

@qgib
Copy link
Contributor Author

qgib commented Jun 21, 2014

Author Name: Jürgen Fischer (@jef-n)


  • category_id was configured as Web Services clients/WMS

@qgib
Copy link
Contributor Author

qgib commented Apr 30, 2017

Author Name: Giovanni Manghi (@gioman)


  • easy_fix was configured as 0
  • regression was configured as 0

@qgib
Copy link
Contributor Author

qgib commented Mar 1, 2018

Author Name: Giovanni Manghi (@gioman)


Please test with a recent QGIS release (2.18 or 3), if the issue/request is still valid change the affected version accordingly, if is fixed/implemented then close the ticket. Thanks!


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Aug 16, 2018

Author Name: Giovanni Manghi (@gioman)


Closing for lack of feedback.


  • resolution was changed from to not reproducable
  • description was changed from I've tried connecting to our (Ordnance Survey's) WMTS paid service in QGIS 2.0.1. It appears to connect ok and returns the list of layers from our GetCapabilities (a copy of which I've pasted below). However when I try to add any of these layers in only one tile is shown.

From looking at our access logs we can see that QGIS correctly requests 1 tile but then no other tiles are requested.

Our service uses a key/referrer authentication so I have been adding the appropriate referrer into the relevant referrer box in QGIS. I've also been putting in the full ...REQUEST=WMTS& etc to identify it as a WMTS.

Ordnance Survey Web Map Tile Service
OGC WMTS
1.0.0


Ordnance Survey


Customer Support









KVP












KVP









osgb

-18.614796709518433 48.33135481047483
10.881688394895756 63

osgb
<Style isDefault="true">
default
</Style>

image/png

ZoomMap



ows:TitleZoomMap</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierZoomMap</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

ZoomMap



ows:TitleOS OpenData</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS OpenData</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS OpenData



ows:TitleGB Overview</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierGB Overview</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

GB Overview



ows:TitleMiniScale</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierMiniScale</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

MiniScale



ows:TitleOS VectorMap Local</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS VectorMap Local</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS VectorMap Local



ows:TitleOS VectorMap District</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS VectorMap District</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS VectorMap District



ows:Title
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)




ows:Title
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:50 000 Scale Colour Raster (5 and 10 metres per pixel)




ows:Title1:250 000 Scale Colour Raster</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier1:250 000 Scale Colour Raster</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

1:250 000 Scale Colour Raster



ows:TitleOS Street View</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS Street View</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS Street View



ows:Title
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:50 000 Scale Colour Raster (7 and 14 metres per pixel)




ows:Title
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)




ows:IdentifierZoomMap</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier00</ows:Identifier>
3200000.0000000005
0 1344000
250
250
4.0
6.0


ows:Identifier01</ows:Identifier>
1600000.0000000002
0 1344000
250
250
7.0
12.0


ows:Identifier02</ows:Identifier>
800000.0000000001
0 1344000
250
250
13.0
24.0


ows:Identifier03</ows:Identifier>
400000.00000000006
0 1344000
250
250
25.0
48.0


ows:Identifier04</ows:Identifier>
200000.00000000003
0 1344000
250
250
50.0
96.0


ows:Identifier05</ows:Identifier>
100000.00000000001
0 1344000
250
250
100.0
192.0


ows:Identifier06</ows:Identifier>
50000.00000000001
0 1344000
250
250
200.0
384.0


ows:Identifier07</ows:Identifier>
25000.000000000004
0 1344000
250
250
400.0
768.0


ows:Identifier08</ows:Identifier>
12500.000000000002
0 1344000
250
250
800.0
1536.0


ows:Identifier09</ows:Identifier>
6250.000000000001
0 1344000
250
250
1600.0
3072.0


ows:Identifier10</ows:Identifier>
3125.0000000000005
0 1344000
250
250
3200.0
6144.0



ows:IdentifierOS OpenData</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierOV0</ows:Identifier>
8928571.42857143
0 1500000
200
200
2.0
3.0


ows:IdentifierOV1</ows:Identifier>
3571428.571428572
0 1400000
200
200
4.0
7.0


ows:IdentifierOV2</ows:Identifier>
1785714.285714286
0 1300000
200
200
7.0
13.0


ows:IdentifierMSR</ows:Identifier>
714285.7142857143
0 1320000
200
200
18.0
33.0


ows:IdentifierMS</ows:Identifier>
357142.85714285716
0 1320000
200
200
35.0
66.0


ows:Identifier250KR</ows:Identifier>
178571.42857142858
0 1300000
200
200
70.0
130.0


ows:Identifier250K</ows:Identifier>
89285.71428571429
0 1300000
200
200
140.0
260.0


ows:IdentifierVMDR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:IdentifierVMD</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0


ows:IdentifierSVR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierSV</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:IdentifierGB Overview</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierOV0</ows:Identifier>
8928571.42857143
0 1500000
200
200
2.0
3.0


ows:IdentifierOV1</ows:Identifier>
3571428.571428572
0 1400000
200
200
4.0
7.0


ows:IdentifierOV2</ows:Identifier>
1785714.285714286
0 1300000
200
200
7.0
13.0



ows:IdentifierMiniScale</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierMSR</ows:Identifier>
714285.7142857143
0 1320000
200
200
18.0
33.0


ows:IdentifierMS</ows:Identifier>
357142.85714285716
0 1320000
200
200
35.0
66.0



ows:IdentifierOS VectorMap Local</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierVMLR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierVML</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:IdentifierOS VectorMap District</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierVMDR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:IdentifierVMD</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0



ows:Identifier
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier25KR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:Identifier25K</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0



ows:Identifier
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier50KR</ows:Identifier>
35714.28571428572
0 1300000
200
200
350.0
650.0


ows:Identifier50K</ows:Identifier>
17857.14285714286
0 1300000
200
200
700.0
1300.0



ows:Identifier1:250 000 Scale Colour Raster</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier250KR</ows:Identifier>
178571.42857142858
0 1300000
200
200
70.0
130.0


ows:Identifier250K</ows:Identifier>
89285.71428571429
0 1300000
200
200
140.0
260.0



ows:IdentifierOS Street View</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierSVR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierSV</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:Identifier
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier06</ows:Identifier>
50000.00000000001
0 1344000
250
250
200.0
384.0


ows:Identifier07</ows:Identifier>
25000.000000000004
0 1344000
250
250
400.0
768.0



ows:Identifier
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier08</ows:Identifier>
12500.000000000002
0 1344000
250
250
800.0
1536.0


ows:Identifier09</ows:Identifier>
6250.000000000001
0 1344000
250
250
1600.0
3072.0





to I've tried connecting to our (Ordnance Survey's) WMTS paid service in QGIS 2.0.1. It appears to connect ok and returns the list of layers from our GetCapabilities (a copy of which I've pasted below). However when I try to add any of these layers in only one tile is shown.

From looking at our access logs we can see that QGIS correctly requests 1 tile but then no other tiles are requested.

Our service uses a key/referrer authentication so I have been adding the appropriate referrer into the relevant referrer box in QGIS. I've also been putting in the full ...REQUEST=WMTS& etc to identify it as a WMTS.

Ordnance Survey Web Map Tile Service
OGC WMTS
1.0.0


Ordnance Survey


Customer Support









KVP












KVP









osgb

-18.614796709518433 48.33135481047483
10.881688394895756 63

osgb
<Style isDefault="true">
default
</Style>

image/png

ZoomMap



ows:TitleZoomMap</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierZoomMap</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

ZoomMap



ows:TitleOS OpenData</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS OpenData</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS OpenData



ows:TitleGB Overview</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierGB Overview</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

GB Overview



ows:TitleMiniScale</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierMiniScale</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

MiniScale



ows:TitleOS VectorMap Local</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS VectorMap Local</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS VectorMap Local



ows:TitleOS VectorMap District</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS VectorMap District</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS VectorMap District



ows:Title
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)




ows:Title
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:50 000 Scale Colour Raster (5 and 10 metres per pixel)




ows:Title1:250 000 Scale Colour Raster</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier1:250 000 Scale Colour Raster</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

1:250 000 Scale Colour Raster



ows:TitleOS Street View</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:IdentifierOS Street View</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png

OS Street View



ows:Title
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:50 000 Scale Colour Raster (7 and 14 metres per pixel)




ows:Title
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Title>
ows:WGS84BoundingBox
ows:LowerCorner-18.614796709518433 48.33135481047483</ows:LowerCorner>
ows:UpperCorner10.881688394895756 63</ows:UpperCorner>
</ows:WGS84BoundingBox>
ows:Identifier
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>

<Style isDefault="true"> default </Style>

image/png


1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)




ows:IdentifierZoomMap</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier00</ows:Identifier>
3200000.0000000005
0 1344000
250
250
4.0
6.0


ows:Identifier01</ows:Identifier>
1600000.0000000002
0 1344000
250
250
7.0
12.0


ows:Identifier02</ows:Identifier>
800000.0000000001
0 1344000
250
250
13.0
24.0


ows:Identifier03</ows:Identifier>
400000.00000000006
0 1344000
250
250
25.0
48.0


ows:Identifier04</ows:Identifier>
200000.00000000003
0 1344000
250
250
50.0
96.0


ows:Identifier05</ows:Identifier>
100000.00000000001
0 1344000
250
250
100.0
192.0


ows:Identifier06</ows:Identifier>
50000.00000000001
0 1344000
250
250
200.0
384.0


ows:Identifier07</ows:Identifier>
25000.000000000004
0 1344000
250
250
400.0
768.0


ows:Identifier08</ows:Identifier>
12500.000000000002
0 1344000
250
250
800.0
1536.0


ows:Identifier09</ows:Identifier>
6250.000000000001
0 1344000
250
250
1600.0
3072.0


ows:Identifier10</ows:Identifier>
3125.0000000000005
0 1344000
250
250
3200.0
6144.0



ows:IdentifierOS OpenData</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierOV0</ows:Identifier>
8928571.42857143
0 1500000
200
200
2.0
3.0


ows:IdentifierOV1</ows:Identifier>
3571428.571428572
0 1400000
200
200
4.0
7.0


ows:IdentifierOV2</ows:Identifier>
1785714.285714286
0 1300000
200
200
7.0
13.0


ows:IdentifierMSR</ows:Identifier>
714285.7142857143
0 1320000
200
200
18.0
33.0


ows:IdentifierMS</ows:Identifier>
357142.85714285716
0 1320000
200
200
35.0
66.0


ows:Identifier250KR</ows:Identifier>
178571.42857142858
0 1300000
200
200
70.0
130.0


ows:Identifier250K</ows:Identifier>
89285.71428571429
0 1300000
200
200
140.0
260.0


ows:IdentifierVMDR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:IdentifierVMD</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0


ows:IdentifierSVR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierSV</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:IdentifierGB Overview</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierOV0</ows:Identifier>
8928571.42857143
0 1500000
200
200
2.0
3.0


ows:IdentifierOV1</ows:Identifier>
3571428.571428572
0 1400000
200
200
4.0
7.0


ows:IdentifierOV2</ows:Identifier>
1785714.285714286
0 1300000
200
200
7.0
13.0



ows:IdentifierMiniScale</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierMSR</ows:Identifier>
714285.7142857143
0 1320000
200
200
18.0
33.0


ows:IdentifierMS</ows:Identifier>
357142.85714285716
0 1320000
200
200
35.0
66.0



ows:IdentifierOS VectorMap Local</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierVMLR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierVML</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:IdentifierOS VectorMap District</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierVMDR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:IdentifierVMD</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0



ows:Identifier
1:25 000 Scale Colour Raster (2.5 and 4 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier25KR</ows:Identifier>
14285.714285714286
0 1300000
250
250
700.0
1300.0


ows:Identifier25K</ows:Identifier>
8928.57142857143
0 1300000
200
200
1400.0
2600.0



ows:Identifier
1:50 000 Scale Colour Raster (5 and 10 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier50KR</ows:Identifier>
35714.28571428572
0 1300000
200
200
350.0
650.0


ows:Identifier50K</ows:Identifier>
17857.14285714286
0 1300000
200
200
700.0
1300.0



ows:Identifier1:250 000 Scale Colour Raster</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier250KR</ows:Identifier>
178571.42857142858
0 1300000
200
200
70.0
130.0


ows:Identifier250K</ows:Identifier>
89285.71428571429
0 1300000
200
200
140.0
260.0



ows:IdentifierOS Street View</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:IdentifierSVR</ows:Identifier>
7142.857142857143
0 1300000
250
250
1400.0
2600.0


ows:IdentifierSV</ows:Identifier>
3571.4285714285716
0 1300000
250
250
2800.0
5200.0



ows:Identifier
1:50 000 Scale Colour Raster (7 and 14 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier06</ows:Identifier>
50000.00000000001
0 1344000
250
250
200.0
384.0


ows:Identifier07</ows:Identifier>
25000.000000000004
0 1344000
250
250
400.0
768.0



ows:Identifier
1:25 000 Scale Colour Raster (1.75 and 3.5 metres per pixel)
</ows:Identifier>
ows:SupportedCRSurn:ogc:def:crs:EPSG::27700</ows:SupportedCRS>

ows:Identifier08</ows:Identifier>
12500.000000000002
0 1344000
250
250
800.0
1536.0


ows:Identifier09</ows:Identifier>
6250.000000000001
0 1344000
250
250
1600.0
3072.0





  • status_id was changed from Feedback to Closed

@qgib qgib closed this as completed Aug 16, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant