source: josm/trunk/test/data/wmts/WMTSCapabilities-Lithuania.xml

Last change on this file was 17549, checked in by Don-vip, 4 years ago

fix #20346 - fix definition of EPSG:3346 for Lithuania (patch by nagisa)

File size: 3.4 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:gml="http://www.opengis.net/gml" xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" version="1.0.0">
3 <Contents>
4 <Layer>
5 <ows:Title>NZT_ORT2LT_2018</ows:Title>
6 <ows:Identifier>NZT_ORT2LT_2018</ows:Identifier>
7 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG::3346">
8 <ows:LowerCorner>6022999.8655913975 316000.06350012776</ows:LowerCorner>
9 <ows:UpperCorner>6211000.061383456 605999.984124969</ows:UpperCorner>
10 </ows:BoundingBox>
11 <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84">
12 <ows:LowerCorner>21.05003442434057 54.31083718956931</ows:LowerCorner>
13 <ows:UpperCorner>25.70028436683549 56.0330467679823</ows:UpperCorner>
14 </ows:WGS84BoundingBox>
15 <Style isDefault="true">
16 <ows:Title>Default Style</ows:Title>
17 <ows:Identifier>default</ows:Identifier>
18 </Style>
19 <Format>image/png</Format>
20 <TileMatrixSetLink>
21 <TileMatrixSet>default028mm</TileMatrixSet>
22 </TileMatrixSetLink>
23 <ResourceURL format="image/png" resourceType="tile" template="https://this_is_test/tile/{TileMatrix}/{TileRow}/{TileCol}"/>
24 </Layer>
25 <TileMatrixSet>
26 <ows:Title>TileMatrix using 0.28mm</ows:Title>
27 <ows:Abstract>The tile matrix set that has scale values calculated based on the dpi defined by OGC specification (dpi assumes 0.28mm as the physical distance of a pixel).</ows:Abstract>
28 <ows:Identifier>default028mm</ows:Identifier>
29 <ows:SupportedCRS>urn:ogc:def:crs:EPSG::3346</ows:SupportedCRS>
30 <TileMatrix>
31 <ows:Identifier>0</ows:Identifier>
32 <ScaleDenominator>2834827.0982252685</ScaleDenominator>
33 <TopLeftCorner>1.00001E7 -5122000.0</TopLeftCorner>
34 <TileWidth>256</TileWidth>
35 <TileHeight>256</TileHeight>
36 <MatrixWidth>29</MatrixWidth>
37 <MatrixHeight>20</MatrixHeight>
38 </TileMatrix>
39 <TileMatrix>
40 <ows:Identifier>1</ows:Identifier>
41 <ScaleDenominator>1889884.7321501793</ScaleDenominator>
42 <TopLeftCorner>1.00001E7 -5122000.0</TopLeftCorner>
43 <TileWidth>256</TileWidth>
44 <TileHeight>256</TileHeight>
45 <MatrixWidth>43</MatrixWidth>
46 <MatrixHeight>30</MatrixHeight>
47 </TileMatrix>
48 <TileMatrix>
49 <ows:Identifier>2</ows:Identifier>
50 <ScaleDenominator>944942.3660750897</ScaleDenominator>
51 <TopLeftCorner>1.00001E7 -5122000.0</TopLeftCorner>
52 <TileWidth>256</TileWidth>
53 <TileHeight>256</TileHeight>
54 <MatrixWidth>85</MatrixWidth>
55 <MatrixHeight>59</MatrixHeight>
56 </TileMatrix>
57 </TileMatrixSet>
58 </Contents>
59 <ServiceMetadataURL xlink:href="http://www.geoportal.lt/arcgis/rest/services/NZT/ORT2LT_2018/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"/>
60</Capabilities>
Note: See TracBrowser for help on using the repository browser.