source: josm/trunk/test/data/wmts/getCapabilities-wien.xml@ 9398

Last change on this file since 9398 was 8584, checked in by wiktorn, 9 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: 13.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Capabilities xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" version="1.0.0" 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">
3 <ows:ServiceIdentification>
4 <ows:Title>Web Map Tile Service</ows:Title>
5 <ows:ServiceType>OGC WMTS</ows:ServiceType>
6 <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
7 <ows:Fees>none</ows:Fees>
8 <ows:AccessConstraints>http://data.linz.gv.at/nutzungsbedingungen/</ows:AccessConstraints>
9 </ows:ServiceIdentification>
10 <ows:ServiceProvider>
11 <ows:ProviderName>IKT Linz GmbH</ows:ProviderName>
12 <ows:ProviderSite xlink:href="http://www.linz.at/politik_verwaltung/44530.asp"/>
13 <ows:ServiceContact>
14 <ows:IndividualName>Emmanuel Blassnig</ows:IndividualName>
15 </ows:ServiceContact>
16 </ows:ServiceProvider>
17 <ows:OperationsMetadata>
18 <ows:Operation name="GetCapabilities">
19 <ows:DCP>
20 <ows:HTTP>
21 <ows:Get xlink:href="http://webgis.linz.at/WMTS/1.0.0">
22 <ows:Constraint name="GetEncoding">
23 <ows:AllowedValues>
24 <ows:Value>RESTful</ows:Value>
25 </ows:AllowedValues>
26 </ows:Constraint>
27 </ows:Get>
28 </ows:HTTP>
29 </ows:DCP>
30 </ows:Operation>
31 <ows:Operation name="GetTile">
32 <ows:DCP>
33 <ows:HTTP>
34 <ows:Get xlink:href="http://webgis.linz.at/WMTS/1.0.0">
35 <ows:Constraint name="GetEncoding">
36 <ows:AllowedValues>
37 <ows:Value>RESTful</ows:Value>
38 </ows:AllowedValues>
39 </ows:Constraint>
40 </ows:Get>
41 </ows:HTTP>
42 </ows:DCP>
43 </ows:Operation>
44 </ows:OperationsMetadata>
45 <Contents>
46 <Layer>
47 <ows:Title>Orthofotos</ows:Title>
48 <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84">
49 <ows:LowerCorner>14.42 48.21</ows:LowerCorner>
50 <ows:UpperCorner>14.24 48.38</ows:UpperCorner>
51 </ows:WGS84BoundingBox>
52 <ows:Identifier>Orthofotos</ows:Identifier>
53 <Style isDefault="true">
54 <ows:Identifier>normal</ows:Identifier>
55 </Style>
56 <Format>image/png</Format>
57 <TileMatrixSetLink>
58 <TileMatrixSet>Orthofotos_standard</TileMatrixSet>
59 </TileMatrixSetLink>
60 <ResourceURL format="image/png" template="http://webgis.linz.at/WMTS/1.0.0/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png" resourceType="tile"/>
61 </Layer>
62 <TileMatrixSet>
63 <ows:Identifier>Orthofotos_standard</ows:Identifier>
64 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG:6.18:3:3857">
65 <ows:LowerCorner>1585189.5489 6141862.73088</ows:LowerCorner>
66 <ows:UpperCorner>1603000.66742 6168631.88034</ows:UpperCorner>
67 </ows:BoundingBox>
68 <ows:SupportedCRS>urn:ogc:def:crs:EPSG:6.18:3:3857</ows:SupportedCRS>
69 <WellKnownScaleSet>urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible</WellKnownScaleSet>
70 <TileMatrix>
71 <ows:Identifier>10</ows:Identifier>
72 <ScaleDenominator>545978.773466</ScaleDenominator>
73 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
74 <TileWidth>256</TileWidth>
75 <TileHeight>256</TileHeight>
76 <MatrixWidth>1024</MatrixWidth>
77 <MatrixHeight>1024</MatrixHeight>
78 </TileMatrix>
79 <TileMatrix>
80 <ows:Identifier>11</ows:Identifier>
81 <ScaleDenominator>272989.386733</ScaleDenominator>
82 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
83 <TileWidth>256</TileWidth>
84 <TileHeight>256</TileHeight>
85 <MatrixWidth>2048</MatrixWidth>
86 <MatrixHeight>2048</MatrixHeight>
87 </TileMatrix>
88 <TileMatrix>
89 <ows:Identifier>12</ows:Identifier>
90 <ScaleDenominator>136494.693366</ScaleDenominator>
91 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
92 <TileWidth>256</TileWidth>
93 <TileHeight>256</TileHeight>
94 <MatrixWidth>4096</MatrixWidth>
95 <MatrixHeight>4096</MatrixHeight>
96 </TileMatrix>
97 <TileMatrix>
98 <ows:Identifier>13</ows:Identifier>
99 <ScaleDenominator>68247.3466832</ScaleDenominator>
100 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
101 <TileWidth>256</TileWidth>
102 <TileHeight>256</TileHeight>
103 <MatrixWidth>8192</MatrixWidth>
104 <MatrixHeight>8192</MatrixHeight>
105 </TileMatrix>
106 <TileMatrix>
107 <ows:Identifier>14</ows:Identifier>
108 <ScaleDenominator>34123.6733416</ScaleDenominator>
109 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
110 <TileWidth>256</TileWidth>
111 <TileHeight>256</TileHeight>
112 <MatrixWidth>16384</MatrixWidth>
113 <MatrixHeight>16384</MatrixHeight>
114 </TileMatrix>
115 <TileMatrix>
116 <ows:Identifier>15</ows:Identifier>
117 <ScaleDenominator>17061.8366708</ScaleDenominator>
118 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
119 <TileWidth>256</TileWidth>
120 <TileHeight>256</TileHeight>
121 <MatrixWidth>32768</MatrixWidth>
122 <MatrixHeight>32768</MatrixHeight>
123 </TileMatrix>
124 <TileMatrix>
125 <ows:Identifier>16</ows:Identifier>
126 <ScaleDenominator>8530.91833540</ScaleDenominator>
127 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
128 <TileWidth>256</TileWidth>
129 <TileHeight>256</TileHeight>
130 <MatrixWidth>65536</MatrixWidth>
131 <MatrixHeight>65536</MatrixHeight>
132 </TileMatrix>
133 <TileMatrix>
134 <ows:Identifier>17</ows:Identifier>
135 <ScaleDenominator>4265.45916770</ScaleDenominator>
136 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
137 <TileWidth>256</TileWidth>
138 <TileHeight>256</TileHeight>
139 <MatrixWidth>131072</MatrixWidth>
140 <MatrixHeight>131072</MatrixHeight>
141 </TileMatrix>
142 <TileMatrix>
143 <ows:Identifier>18</ows:Identifier>
144 <ScaleDenominator>2132.72958385</ScaleDenominator>
145 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
146 <TileWidth>256</TileWidth>
147 <TileHeight>256</TileHeight>
148 <MatrixWidth>262144</MatrixWidth>
149 <MatrixHeight>262144</MatrixHeight>
150 </TileMatrix>
151 <TileMatrix>
152 <ows:Identifier>19</ows:Identifier>
153 <ScaleDenominator>1066.36479193</ScaleDenominator>
154 <TopLeftCorner>-20037508.3428 20037508.3428</TopLeftCorner>
155 <TileWidth>256</TileWidth>
156 <TileHeight>256</TileHeight>
157 <MatrixWidth>524288</MatrixWidth>
158 <MatrixHeight>524288</MatrixHeight>
159 </TileMatrix>
160 </TileMatrixSet>
161 <TileMatrixSet xmlns:ows="http://www.opengis.net/ows/1.1">
162 <ows:Identifier>Stadtkarte_standard</ows:Identifier>
163 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG:6.18:3:3857">
164 <ows:LowerCorner>1585189.5489 6141862.73088</ows:LowerCorner>
165 <ows:UpperCorner>1603000.66742 6168631.88034</ows:UpperCorner>
166 </ows:BoundingBox>
167 <ows:SupportedCRS>urn:ogc:def:crs:EPSG:6.18:3:3857</ows:SupportedCRS>
168 <TileMatrix>
169 <ows:Identifier>10</ows:Identifier>
170 <ScaleDenominator>545978</ScaleDenominator>
171 <TopLeftCorner>1584000 6171000</TopLeftCorner>
172 <TileWidth>256</TileWidth>
173 <TileHeight>256</TileHeight>
174 <MatrixWidth>1</MatrixWidth>
175 <MatrixHeight>1</MatrixHeight>
176 </TileMatrix>
177 <TileMatrix>
178 <ows:Identifier>11</ows:Identifier>
179 <ScaleDenominator>272989</ScaleDenominator>
180 <TopLeftCorner>1584000 6171000</TopLeftCorner>
181 <TileWidth>256</TileWidth>
182 <TileHeight>256</TileHeight>
183 <MatrixWidth>2</MatrixWidth>
184 <MatrixHeight>2</MatrixHeight>
185 </TileMatrix>
186 <TileMatrix>
187 <ows:Identifier>12</ows:Identifier>
188 <ScaleDenominator>136495</ScaleDenominator>
189 <TopLeftCorner>1584000 6171000</TopLeftCorner>
190 <TileWidth>256</TileWidth>
191 <TileHeight>256</TileHeight>
192 <MatrixWidth>3</MatrixWidth>
193 <MatrixHeight>4</MatrixHeight>
194 </TileMatrix>
195 <TileMatrix>
196 <ows:Identifier>13</ows:Identifier>
197 <ScaleDenominator>68247</ScaleDenominator>
198 <TopLeftCorner>1584000 6171000</TopLeftCorner>
199 <TileWidth>256</TileWidth>
200 <TileHeight>256</TileHeight>
201 <MatrixWidth>5</MatrixWidth>
202 <MatrixHeight>7</MatrixHeight>
203 </TileMatrix>
204 <TileMatrix>
205 <ows:Identifier>14</ows:Identifier>
206 <ScaleDenominator>34123</ScaleDenominator>
207 <TopLeftCorner>1584000 6171000</TopLeftCorner>
208 <TileWidth>256</TileWidth>
209 <TileHeight>256</TileHeight>
210 <MatrixWidth>10</MatrixWidth>
211 <MatrixHeight>13</MatrixHeight>
212 </TileMatrix>
213 <TileMatrix>
214 <ows:Identifier>15</ows:Identifier>
215 <ScaleDenominator>17061</ScaleDenominator>
216 <TopLeftCorner>1584000 6171000</TopLeftCorner>
217 <TileWidth>256</TileWidth>
218 <TileHeight>256</TileHeight>
219 <MatrixWidth>19</MatrixWidth>
220 <MatrixHeight>25</MatrixHeight>
221 </TileMatrix>
222 <TileMatrix>
223 <ows:Identifier>16</ows:Identifier>
224 <ScaleDenominator>8530</ScaleDenominator>
225 <TopLeftCorner>1584000 6171000</TopLeftCorner>
226 <TileWidth>256</TileWidth>
227 <TileHeight>256</TileHeight>
228 <MatrixWidth>38</MatrixWidth>
229 <MatrixHeight>50</MatrixHeight>
230 </TileMatrix>
231 <TileMatrix>
232 <ows:Identifier>17</ows:Identifier>
233 <ScaleDenominator>4265</ScaleDenominator>
234 <TopLeftCorner>1584000 6171000</TopLeftCorner>
235 <TileWidth>256</TileWidth>
236 <TileHeight>256</TileHeight>
237 <MatrixWidth>76</MatrixWidth>
238 <MatrixHeight>99</MatrixHeight>
239 </TileMatrix>
240 <TileMatrix>
241 <ows:Identifier>18</ows:Identifier>
242 <ScaleDenominator>2133</ScaleDenominator>
243 <TopLeftCorner>1584000 6171000</TopLeftCorner>
244 <TileWidth>256</TileWidth>
245 <TileHeight>256</TileHeight>
246 <MatrixWidth>151</MatrixWidth>
247 <MatrixHeight>197</MatrixHeight>
248 </TileMatrix>
249 <TileMatrix>
250 <ows:Identifier>19</ows:Identifier>
251 <ScaleDenominator>1066</ScaleDenominator>
252 <TopLeftCorner>1584000 6171000</TopLeftCorner>
253 <TileWidth>256</TileWidth>
254 <TileHeight>256</TileHeight>
255 <MatrixWidth>302</MatrixWidth>
256 <MatrixHeight>393</MatrixHeight>
257 </TileMatrix>
258 </TileMatrixSet>
259 <TileMatrixSet xmlns:ows="http://www.opengis.net/ows/1.1">
260 <ows:Identifier>Beschriftungen_alles</ows:Identifier>
261 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG:6.18:3:3857">
262 <ows:LowerCorner>1585189.5489 6141862.73088</ows:LowerCorner>
263 <ows:UpperCorner>1603000.66742 6168631.88034</ows:UpperCorner>
264 </ows:BoundingBox>
265 <ows:SupportedCRS>urn:ogc:def:crs:EPSG:6.18:3:3857</ows:SupportedCRS>
266 <TileMatrix>
267 <ows:Identifier>10</ows:Identifier>
268 <ScaleDenominator>545978</ScaleDenominator>
269 <TopLeftCorner>1584000 6171000</TopLeftCorner>
270 <TileWidth>256</TileWidth>
271 <TileHeight>256</TileHeight>
272 <MatrixWidth>1</MatrixWidth>
273 <MatrixHeight>1</MatrixHeight>
274 </TileMatrix>
275 <TileMatrix>
276 <ows:Identifier>11</ows:Identifier>
277 <ScaleDenominator>272989</ScaleDenominator>
278 <TopLeftCorner>1584000 6171000</TopLeftCorner>
279 <TileWidth>256</TileWidth>
280 <TileHeight>256</TileHeight>
281 <MatrixWidth>2</MatrixWidth>
282 <MatrixHeight>2</MatrixHeight>
283 </TileMatrix>
284 <TileMatrix>
285 <ows:Identifier>12</ows:Identifier>
286 <ScaleDenominator>136495</ScaleDenominator>
287 <TopLeftCorner>1584000 6171000</TopLeftCorner>
288 <TileWidth>256</TileWidth>
289 <TileHeight>256</TileHeight>
290 <MatrixWidth>3</MatrixWidth>
291 <MatrixHeight>4</MatrixHeight>
292 </TileMatrix>
293 <TileMatrix>
294 <ows:Identifier>13</ows:Identifier>
295 <ScaleDenominator>68247</ScaleDenominator>
296 <TopLeftCorner>1584000 6171000</TopLeftCorner>
297 <TileWidth>256</TileWidth>
298 <TileHeight>256</TileHeight>
299 <MatrixWidth>5</MatrixWidth>
300 <MatrixHeight>7</MatrixHeight>
301 </TileMatrix>
302 <TileMatrix>
303 <ows:Identifier>14</ows:Identifier>
304 <ScaleDenominator>34123</ScaleDenominator>
305 <TopLeftCorner>1584000 6171000</TopLeftCorner>
306 <TileWidth>256</TileWidth>
307 <TileHeight>256</TileHeight>
308 <MatrixWidth>10</MatrixWidth>
309 <MatrixHeight>13</MatrixHeight>
310 </TileMatrix>
311 <TileMatrix>
312 <ows:Identifier>15</ows:Identifier>
313 <ScaleDenominator>17061</ScaleDenominator>
314 <TopLeftCorner>1584000 6171000</TopLeftCorner>
315 <TileWidth>256</TileWidth>
316 <TileHeight>256</TileHeight>
317 <MatrixWidth>19</MatrixWidth>
318 <MatrixHeight>25</MatrixHeight>
319 </TileMatrix>
320 <TileMatrix>
321 <ows:Identifier>16</ows:Identifier>
322 <ScaleDenominator>8530</ScaleDenominator>
323 <TopLeftCorner>1584000 6171000</TopLeftCorner>
324 <TileWidth>256</TileWidth>
325 <TileHeight>256</TileHeight>
326 <MatrixWidth>38</MatrixWidth>
327 <MatrixHeight>50</MatrixHeight>
328 </TileMatrix>
329 <TileMatrix>
330 <ows:Identifier>17</ows:Identifier>
331 <ScaleDenominator>4265</ScaleDenominator>
332 <TopLeftCorner>1584000 6171000</TopLeftCorner>
333 <TileWidth>256</TileWidth>
334 <TileHeight>256</TileHeight>
335 <MatrixWidth>76</MatrixWidth>
336 <MatrixHeight>99</MatrixHeight>
337 </TileMatrix>
338 <TileMatrix>
339 <ows:Identifier>18</ows:Identifier>
340 <ScaleDenominator>2133</ScaleDenominator>
341 <TopLeftCorner>1584000 6171000</TopLeftCorner>
342 <TileWidth>256</TileWidth>
343 <TileHeight>256</TileHeight>
344 <MatrixWidth>151</MatrixWidth>
345 <MatrixHeight>197</MatrixHeight>
346 </TileMatrix>
347 <TileMatrix>
348 <ows:Identifier>19</ows:Identifier>
349 <ScaleDenominator>1066</ScaleDenominator>
350 <TopLeftCorner>1584000 6171000</TopLeftCorner>
351 <TileWidth>256</TileWidth>
352 <TileHeight>256</TileHeight>
353 <MatrixWidth>302</MatrixWidth>
354 <MatrixHeight>393</MatrixHeight>
355 </TileMatrix>
356 </TileMatrixSet>
357 </Contents>
358 <ServiceMetadataURL xlink:href="http://webgis.linz.at/WMTS/1.0.0/getCapabilities.xml"/>
359</Capabilities>
Note: See TracBrowser for help on using the repository browser.