source: josm/trunk/test/data/wmts/getcapabilities-pseudo-mercator.xml @ 9828

Last change on this file since 9828 was 8584, checked in by wiktorn, 8 years ago
  • added axis definition to ESPG projections definition, where it's not default (i.e. North/East)
  • added switchXY boolean in Projection interface
  • WMTS and WMS (1.3.0) uses now switchXY when doing requests against servers
  • better error reporting when there are problems with parsing the WMTS TileSource

Addresses: #10623

Now http://webgis.linz.at/WMTS/1.0.0/getCapabilities.xml should work.

Wallonie services still being debugged.

File size: 6.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<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:inspire_common="http://inspire.ec.europa.eu/schemas/common/1.0" xmlns:inspire_vs="http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0 http://inspire.ec.europa.eu/schemas/inspire_vs_ows11/1.0/inspire_vs_ows_11.xsd">
3        <ows:ServiceIdentification>
4                <ows:Title>Test (WMTS)</ows:Title>
5                <ows:Abstract>Abstract.</ows:Abstract>
6                <ows:Keywords>
7                        <ows:Keyword>WMTS</ows:Keyword>
8                </ows:Keywords>
9               
10                <ows:ServiceType>OGC WMTS</ows:ServiceType>
11                <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
12                <ows:Fees>Test Fees</ows:Fees>
13                <ows:AccessConstraints>Access</ows:AccessConstraints> 
14        </ows:ServiceIdentification>
15        <ows:ServiceProvider>
16                <ows:ProviderName>Provider</ows:ProviderName>
17        </ows:ServiceProvider>
18        <ows:OperationsMetadata>
19                <ows:Operation name="GetTile">
20                        <ows:DCP>
21                                <ows:HTTP>
22                                        <ows:Get xlink:href="http://mapy.geoportal.gov.pl/wss/service/WMTS/guest/wmts/ORTO?">
23                                                <ows:Constraint name="GetEncoding">
24                                                        <ows:AllowedValues>
25                                                                <ows:Value>KVP</ows:Value>
26                                                        </ows:AllowedValues>
27                                                </ows:Constraint>
28                                        </ows:Get>
29                                </ows:HTTP>
30                        </ows:DCP>
31                </ows:Operation>
32        </ows:OperationsMetadata>
33        <Contents>
34                <Layer>
35                        <ows:Title>Layer title</ows:Title>
36                        <ows:Identifier>Layer identifier</ows:Identifier>
37                        <Style isDefault="true">
38                                <ows:Title>Default style</ows:Title>
39                                <ows:Identifier>default</ows:Identifier>               
40                        </Style>
41                        <Format>image/jpeg</Format>
42                        <InfoFormat>text/html</InfoFormat>
43    <TileMatrixSetLink>
44        <TileMatrixSet>EPSG:3857</TileMatrixSet>
45    </TileMatrixSetLink>
46 
47        </Layer>
48       
49  <TileMatrixSet>
50    <ows:Identifier>EPSG:3857</ows:Identifier>
51    <ows:SupportedCRS>urn:ogc:def:crs:EPSG::3857</ows:SupportedCRS>
52    <TileMatrix>
53      <ows:Identifier>EPSG:3857:0</ows:Identifier>
54      <ScaleDenominator>559082264.0287178</ScaleDenominator>
55      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
56      <TileWidth>256</TileWidth>
57      <TileHeight>256</TileHeight>
58      <MatrixWidth>1</MatrixWidth>
59      <MatrixHeight>1</MatrixHeight>
60    </TileMatrix>
61
62    <TileMatrix>
63      <ows:Identifier>EPSG:3857:1</ows:Identifier>
64      <ScaleDenominator>279541132.0143589</ScaleDenominator>
65      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
66      <TileWidth>256</TileWidth>
67      <TileHeight>256</TileHeight>
68      <MatrixWidth>2</MatrixWidth>
69      <MatrixHeight>2</MatrixHeight>
70    </TileMatrix>
71
72    <TileMatrix>
73      <ows:Identifier>EPSG:3857:2</ows:Identifier>
74      <ScaleDenominator>139770566.0071794</ScaleDenominator>
75      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
76      <TileWidth>256</TileWidth>
77      <TileHeight>256</TileHeight>
78      <MatrixWidth>4</MatrixWidth>
79      <MatrixHeight>4</MatrixHeight>
80    </TileMatrix>
81   
82    <TileMatrix>
83      <ows:Identifier>EPSG:3857:3</ows:Identifier>
84      <ScaleDenominator>69885283.00358972</ScaleDenominator>
85      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
86      <TileWidth>256</TileWidth>
87      <TileHeight>256</TileHeight>
88      <MatrixWidth>8</MatrixWidth>
89      <MatrixHeight>8</MatrixHeight>
90    </TileMatrix>
91
92    <TileMatrix>
93      <ows:Identifier>EPSG:3857:4</ows:Identifier>
94      <ScaleDenominator>34942641.50179486</ScaleDenominator>
95      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
96      <TileWidth>256</TileWidth>
97      <TileHeight>256</TileHeight>
98      <MatrixWidth>16</MatrixWidth>
99      <MatrixHeight>16</MatrixHeight>
100    </TileMatrix>
101
102    <TileMatrix>
103      <ows:Identifier>EPSG:3857:5</ows:Identifier>
104      <ScaleDenominator>17471320.75089743</ScaleDenominator>
105      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
106      <TileWidth>256</TileWidth>
107      <TileHeight>256</TileHeight>
108      <MatrixWidth>32</MatrixWidth>
109      <MatrixHeight>32</MatrixHeight>
110    </TileMatrix>
111       
112        <TileMatrix>
113      <ows:Identifier>EPSG:3857:6</ows:Identifier>
114      <ScaleDenominator>8735660.375448715</ScaleDenominator>
115      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
116      <TileWidth>256</TileWidth>
117      <TileHeight>256</TileHeight>
118      <MatrixWidth>64</MatrixWidth>
119      <MatrixHeight>64</MatrixHeight>
120    </TileMatrix>   
121
122        <TileMatrix>
123      <ows:Identifier>EPSG:3857:7</ows:Identifier>
124      <ScaleDenominator>4367830.187724357</ScaleDenominator>
125      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
126      <TileWidth>256</TileWidth>
127      <TileHeight>256</TileHeight>
128      <MatrixWidth>128</MatrixWidth>
129      <MatrixHeight>128</MatrixHeight>
130    </TileMatrix> 
131
132        <TileMatrix>
133      <ows:Identifier>EPSG:3857:8</ows:Identifier>
134      <ScaleDenominator>2183915.093862179</ScaleDenominator>
135      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
136      <TileWidth>256</TileWidth>
137      <TileHeight>256</TileHeight>
138      <MatrixWidth>256</MatrixWidth>
139      <MatrixHeight>256</MatrixHeight>
140    </TileMatrix> 
141
142        <TileMatrix>
143      <ows:Identifier>EPSG:3857:9</ows:Identifier>
144      <ScaleDenominator>1091957.546931089</ScaleDenominator>
145      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
146      <TileWidth>256</TileWidth>
147      <TileHeight>256</TileHeight>
148      <MatrixWidth>512</MatrixWidth>
149      <MatrixHeight>512</MatrixHeight>
150    </TileMatrix> 
151
152        <TileMatrix>
153      <ows:Identifier>EPSG:3857:10</ows:Identifier>
154      <ScaleDenominator>545978.7734655447</ScaleDenominator>
155      <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
156      <TileWidth>256</TileWidth>
157      <TileHeight>256</TileHeight>
158      <MatrixWidth>1024</MatrixWidth>
159      <MatrixHeight>1024</MatrixHeight>
160    </TileMatrix> 
161</TileMatrixSet>
162
163 
164        </Contents>
165</Capabilities>
Note: See TracBrowser for help on using the repository browser.