Changeset 8586 in josm for trunk/test/data
- Timestamp:
- 2015-07-08T23:06:52+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/data/wmts/WMTSCapabilities-Wallonie.xml
r8569 r8586 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <Capabilities xmlns="http://www.opengis.net/wmts/1.0" 3 xmlns:ows="http://www.opengis.net/ows/1.1" 4 xmlns:xlink="http://www.w3.org/1999/xlink" 5 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 6 xmlns:gml="http://www.opengis.net/gml" 7 xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" 8 version="1.0.0"> 9 <!-- Service Identification --> <ows:ServiceIdentification> 10 <ows:Title>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Title> 11 <ows:ServiceType>OGC WMTS</ows:ServiceType> 12 <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion> 13 </ows:ServiceIdentification> <!-- Operations Metadata --> <ows:OperationsMetadata> 14 <ows:Operation name="GetCapabilities"> 15 <ows:DCP> 16 <ows:HTTP> 17 <ows:Get xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"> 18 <ows:Constraint name="GetEncoding"> 19 <ows:AllowedValues> 20 <ows:Value>RESTful</ows:Value> 21 </ows:AllowedValues> 22 </ows:Constraint> 23 </ows:Get> 24 <!-- add KVP binding in 10.1 --> 25 <ows:Get xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS?"> 26 <ows:Constraint name="GetEncoding"> 27 <ows:AllowedValues> 28 <ows:Value>KVP</ows:Value> 29 </ows:AllowedValues> 30 </ows:Constraint> 31 </ows:Get> 32 </ows:HTTP> 33 </ows:DCP> 34 </ows:Operation> 35 <ows:Operation name="GetTile"> 36 <ows:DCP> 37 <ows:HTTP> 38 <ows:Get xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/tile/1.0.0/"> 39 <ows:Constraint name="GetEncoding"> 40 <ows:AllowedValues> 41 <ows:Value>RESTful</ows:Value> 42 </ows:AllowedValues> 43 </ows:Constraint> 44 </ows:Get> 45 <ows:Get xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS?"> 46 <ows:Constraint name="GetEncoding"> 47 <ows:AllowedValues> 48 <ows:Value>KVP</ows:Value> 49 </ows:AllowedValues> 50 </ows:Constraint> 51 </ows:Get> 52 </ows:HTTP> 53 </ows:DCP> 54 </ows:Operation> 55 </ows:OperationsMetadata> <Contents> 56 <!--Layer--> <Layer> 57 <ows:Title>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Title> <ows:Identifier>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Identifier> 58 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG::31370"> 59 <ows:LowerCorner>42300.92807390103 21237.786800000817</ows:LowerCorner> 60 <ows:UpperCorner>295130.32186220103 167836.14678540602</ows:UpperCorner> 61 </ows:BoundingBox> <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84"> 62 <ows:LowerCorner>2.840548314430268 49.485372459967245</ows:LowerCorner> 63 <ows:UpperCorner>6.427849693016202 50.820959517561256</ows:UpperCorner> 64 </ows:WGS84BoundingBox> 65 <Style isDefault="true"> 66 <ows:Title>Default Style</ows:Title> 67 <ows:Identifier>default</ows:Identifier> 68 </Style> 69 <Format>image/png</Format> 70 <TileMatrixSetLink> 71 <TileMatrixSet>default028mm</TileMatrixSet> 72 </TileMatrixSetLink> 73 <ResourceURL format="image/png" resourceType="tile" template="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/tile/1.0.0/DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png" /> 74 </Layer> <!--TileMatrixSet--> 75 <TileMatrixSet> 76 <ows:Title>TileMatrix using 0.28mm</ows:Title> 77 <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> <ows:Identifier>default028mm</ows:Identifier> 78 <ows:SupportedCRS>urn:ogc:def:crs:EPSG::31370</ows:SupportedCRS> 79 <TileMatrix> 80 <ows:Identifier>0</ows:Identifier> 81 <ScaleDenominator>1417413.5491126343</ScaleDenominator> 82 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 83 <MatrixWidth>178</MatrixWidth> <MatrixHeight>204</MatrixHeight> 84 </TileMatrix> 85 <TileMatrix> 86 <ows:Identifier>1</ows:Identifier> 87 <ScaleDenominator>1181177.957593862</ScaleDenominator> 88 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 89 <MatrixWidth>214</MatrixWidth> <MatrixHeight>245</MatrixHeight> 90 </TileMatrix> 91 <TileMatrix> 92 <ows:Identifier>2</ows:Identifier> 93 <ScaleDenominator>944942.3660750897</ScaleDenominator> 94 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 95 <MatrixWidth>267</MatrixWidth> <MatrixHeight>306</MatrixHeight> 96 </TileMatrix> 97 <TileMatrix> 98 <ows:Identifier>3</ows:Identifier> 99 <ScaleDenominator>708706.7745563171</ScaleDenominator> 100 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 101 <MatrixWidth>356</MatrixWidth> <MatrixHeight>408</MatrixHeight> 102 </TileMatrix> 103 <TileMatrix> 104 <ows:Identifier>4</ows:Identifier> 105 <ScaleDenominator>472471.18303754483</ScaleDenominator> 106 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 107 <MatrixWidth>534</MatrixWidth> <MatrixHeight>612</MatrixHeight> 108 </TileMatrix> 109 <TileMatrix> 110 <ows:Identifier>5</ows:Identifier> 111 <ScaleDenominator>236235.59151877242</ScaleDenominator> 112 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 113 <MatrixWidth>1068</MatrixWidth> <MatrixHeight>1223</MatrixHeight> 114 </TileMatrix> 115 <TileMatrix> 116 <ows:Identifier>6</ows:Identifier> 117 <ScaleDenominator>94494.23660750895</ScaleDenominator> 118 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 119 <MatrixWidth>2670</MatrixWidth> <MatrixHeight>3057</MatrixHeight> 120 </TileMatrix> 121 <TileMatrix> 122 <ows:Identifier>7</ows:Identifier> 123 <ScaleDenominator>70870.67745563173</ScaleDenominator> 124 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 125 <MatrixWidth>3560</MatrixWidth> <MatrixHeight>4075</MatrixHeight> 126 </TileMatrix> 127 <TileMatrix> 128 <ows:Identifier>8</ows:Identifier> 129 <ScaleDenominator>47247.118303754476</ScaleDenominator> 130 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 131 <MatrixWidth>5340</MatrixWidth> <MatrixHeight>6113</MatrixHeight> 132 </TileMatrix> 133 <TileMatrix> 134 <ows:Identifier>9</ows:Identifier> 135 <ScaleDenominator>23623.559151877238</ScaleDenominator> 136 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 137 <MatrixWidth>10680</MatrixWidth> <MatrixHeight>12225</MatrixHeight> 138 </TileMatrix> 139 <TileMatrix> 140 <ows:Identifier>10</ows:Identifier> 141 <ScaleDenominator>14174.135491126344</ScaleDenominator> 142 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 143 <MatrixWidth>17800</MatrixWidth> <MatrixHeight>20375</MatrixHeight> 144 </TileMatrix> 145 <TileMatrix> 146 <ows:Identifier>11</ows:Identifier> 147 <ScaleDenominator>9449.423660750896</ScaleDenominator> 148 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 149 <MatrixWidth>26699</MatrixWidth> <MatrixHeight>30563</MatrixHeight> 150 </TileMatrix> 151 <TileMatrix> 152 <ows:Identifier>12</ows:Identifier> 153 <ScaleDenominator>4724.711830375448</ScaleDenominator> 154 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 155 <MatrixWidth>53398</MatrixWidth> <MatrixHeight>61125</MatrixHeight> 156 </TileMatrix> 157 <TileMatrix> 158 <ows:Identifier>13</ows:Identifier> 159 <ScaleDenominator>2362.355915187724</ScaleDenominator> 160 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 161 <MatrixWidth>106795</MatrixWidth> <MatrixHeight>122249</MatrixHeight> 162 </TileMatrix> 163 <TileMatrix> 164 <ows:Identifier>14</ows:Identifier> 165 <ScaleDenominator>944.9423660750896</ScaleDenominator> 166 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 167 <MatrixWidth>266987</MatrixWidth> <MatrixHeight>305621</MatrixHeight> 168 </TileMatrix> 169 <TileMatrix> 170 <ows:Identifier>15</ows:Identifier> 171 <ScaleDenominator>472.4711830375448</ScaleDenominator> 172 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 173 <MatrixWidth>533973</MatrixWidth> <MatrixHeight>611241</MatrixHeight> 174 </TileMatrix> 175 <TileMatrix> 176 <ows:Identifier>16</ows:Identifier> 177 <ScaleDenominator>236.2355915187724</ScaleDenominator> 178 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> <TileWidth>512</TileWidth> <TileHeight>512</TileHeight> 179 <MatrixWidth>1067946</MatrixWidth> <MatrixHeight>1222482</MatrixHeight> 180 </TileMatrix> 181 </TileMatrixSet> 182 </Contents> 183 <ServiceMetadataURL xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" /> </Capabilities> 3 xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" 4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" 5 xsi:schemaLocation="http://www.opengis.net/wmts/1.0 http://schemas.opengis.net/wmts/1.0/wmtsGetCapabilities_response.xsd" 6 version="1.0.0"> 7 <!-- Service Identification --> 8 <ows:ServiceIdentification> 9 <ows:Title>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Title> 10 <ows:ServiceType>OGC WMTS</ows:ServiceType> 11 <ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion> 12 </ows:ServiceIdentification> <!-- Operations Metadata --> 13 <ows:OperationsMetadata> 14 <ows:Operation name="GetCapabilities"> 15 <ows:DCP> 16 <ows:HTTP> 17 <ows:Get 18 xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/1.0.0/WMTSCapabilities.xml"> 19 <ows:Constraint name="GetEncoding"> 20 <ows:AllowedValues> 21 <ows:Value>RESTful</ows:Value> 22 </ows:AllowedValues> 23 </ows:Constraint> 24 </ows:Get> 25 <!-- add KVP binding in 10.1 --> 26 <ows:Get 27 xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS?"> 28 <ows:Constraint name="GetEncoding"> 29 <ows:AllowedValues> 30 <ows:Value>KVP</ows:Value> 31 </ows:AllowedValues> 32 </ows:Constraint> 33 </ows:Get> 34 </ows:HTTP> 35 </ows:DCP> 36 </ows:Operation> 37 <ows:Operation name="GetTile"> 38 <ows:DCP> 39 <ows:HTTP> 40 <ows:Get 41 xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/tile/1.0.0/"> 42 <ows:Constraint name="GetEncoding"> 43 <ows:AllowedValues> 44 <ows:Value>RESTful</ows:Value> 45 </ows:AllowedValues> 46 </ows:Constraint> 47 </ows:Get> 48 <ows:Get 49 xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS?"> 50 <ows:Constraint name="GetEncoding"> 51 <ows:AllowedValues> 52 <ows:Value>KVP</ows:Value> 53 </ows:AllowedValues> 54 </ows:Constraint> 55 </ows:Get> 56 </ows:HTTP> 57 </ows:DCP> 58 </ows:Operation> 59 </ows:OperationsMetadata> 60 <Contents> 61 <!--Layer --> 62 <Layer> 63 <ows:Title>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Title> 64 <ows:Identifier>DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB</ows:Identifier> 65 <ows:BoundingBox crs="urn:ogc:def:crs:EPSG::31370"> 66 <ows:LowerCorner>42300.92807390103 21237.786800000817</ows:LowerCorner> 67 <ows:UpperCorner>295130.32186220103 167836.14678540602</ows:UpperCorner> 68 </ows:BoundingBox> 69 <ows:WGS84BoundingBox crs="urn:ogc:def:crs:OGC:2:84"> 70 <ows:LowerCorner>2.840548314430268 49.485372459967245</ows:LowerCorner> 71 <ows:UpperCorner>6.427849693016202 50.820959517561256</ows:UpperCorner> 72 </ows:WGS84BoundingBox> 73 <Style isDefault="true"> 74 <ows:Title>Default Style</ows:Title> 75 <ows:Identifier>default</ows:Identifier> 76 </Style> 77 <Format>image/png</Format> 78 <TileMatrixSetLink> 79 <TileMatrixSet>default028mm</TileMatrixSet> 80 </TileMatrixSetLink> 81 <ResourceURL format="image/png" resourceType="tile" 82 template="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/tile/1.0.0/DONNEES_BASE_FOND_PLAN_ANNOTATIONS_2012_RW_NB/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.png" /> 83 </Layer> <!--TileMatrixSet --> 84 <TileMatrixSet> 85 <ows:Title>TileMatrix using 0.28mm</ows:Title> 86 <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> 87 <ows:Identifier>default028mm</ows:Identifier> 88 <ows:SupportedCRS>urn:ogc:def:crs:EPSG::31370</ows:SupportedCRS> 89 <TileMatrix> 90 <ows:Identifier>0</ows:Identifier> 91 <ScaleDenominator>1417413.5491126343</ScaleDenominator> 92 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 93 <TileWidth>512</TileWidth> 94 <TileHeight>512</TileHeight> 95 <MatrixWidth>178</MatrixWidth> 96 <MatrixHeight>204</MatrixHeight> 97 </TileMatrix> 98 <TileMatrix> 99 <ows:Identifier>1</ows:Identifier> 100 <ScaleDenominator>1181177.957593862</ScaleDenominator> 101 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 102 <TileWidth>512</TileWidth> 103 <TileHeight>512</TileHeight> 104 <MatrixWidth>214</MatrixWidth> 105 <MatrixHeight>245</MatrixHeight> 106 </TileMatrix> 107 <TileMatrix> 108 <ows:Identifier>2</ows:Identifier> 109 <ScaleDenominator>944942.3660750897</ScaleDenominator> 110 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 111 <TileWidth>512</TileWidth> 112 <TileHeight>512</TileHeight> 113 <MatrixWidth>267</MatrixWidth> 114 <MatrixHeight>306</MatrixHeight> 115 </TileMatrix> 116 <TileMatrix> 117 <ows:Identifier>3</ows:Identifier> 118 <ScaleDenominator>708706.7745563171</ScaleDenominator> 119 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 120 <TileWidth>512</TileWidth> 121 <TileHeight>512</TileHeight> 122 <MatrixWidth>356</MatrixWidth> 123 <MatrixHeight>408</MatrixHeight> 124 </TileMatrix> 125 <TileMatrix> 126 <ows:Identifier>4</ows:Identifier> 127 <ScaleDenominator>472471.18303754483</ScaleDenominator> 128 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 129 <TileWidth>512</TileWidth> 130 <TileHeight>512</TileHeight> 131 <MatrixWidth>534</MatrixWidth> 132 <MatrixHeight>612</MatrixHeight> 133 </TileMatrix> 134 <TileMatrix> 135 <ows:Identifier>5</ows:Identifier> 136 <ScaleDenominator>236235.59151877242</ScaleDenominator> 137 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 138 <TileWidth>512</TileWidth> 139 <TileHeight>512</TileHeight> 140 <MatrixWidth>1068</MatrixWidth> 141 <MatrixHeight>1223</MatrixHeight> 142 </TileMatrix> 143 <TileMatrix> 144 <ows:Identifier>6</ows:Identifier> 145 <ScaleDenominator>94494.23660750895</ScaleDenominator> 146 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 147 <TileWidth>512</TileWidth> 148 <TileHeight>512</TileHeight> 149 <MatrixWidth>2670</MatrixWidth> 150 <MatrixHeight>3057</MatrixHeight> 151 </TileMatrix> 152 <TileMatrix> 153 <ows:Identifier>7</ows:Identifier> 154 <ScaleDenominator>70870.67745563173</ScaleDenominator> 155 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 156 <TileWidth>512</TileWidth> 157 <TileHeight>512</TileHeight> 158 <MatrixWidth>3560</MatrixWidth> 159 <MatrixHeight>4075</MatrixHeight> 160 </TileMatrix> 161 <TileMatrix> 162 <ows:Identifier>8</ows:Identifier> 163 <ScaleDenominator>47247.118303754476</ScaleDenominator> 164 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 165 <TileWidth>512</TileWidth> 166 <TileHeight>512</TileHeight> 167 <MatrixWidth>5340</MatrixWidth> 168 <MatrixHeight>6113</MatrixHeight> 169 </TileMatrix> 170 <TileMatrix> 171 <ows:Identifier>9</ows:Identifier> 172 <ScaleDenominator>23623.559151877238</ScaleDenominator> 173 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 174 <TileWidth>512</TileWidth> 175 <TileHeight>512</TileHeight> 176 <MatrixWidth>10680</MatrixWidth> 177 <MatrixHeight>12225</MatrixHeight> 178 </TileMatrix> 179 <TileMatrix> 180 <ows:Identifier>10</ows:Identifier> 181 <ScaleDenominator>14174.135491126344</ScaleDenominator> 182 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 183 <TileWidth>512</TileWidth> 184 <TileHeight>512</TileHeight> 185 <MatrixWidth>17800</MatrixWidth> 186 <MatrixHeight>20375</MatrixHeight> 187 </TileMatrix> 188 <TileMatrix> 189 <ows:Identifier>11</ows:Identifier> 190 <ScaleDenominator>9449.423660750896</ScaleDenominator> 191 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 192 <TileWidth>512</TileWidth> 193 <TileHeight>512</TileHeight> 194 <MatrixWidth>26699</MatrixWidth> 195 <MatrixHeight>30563</MatrixHeight> 196 </TileMatrix> 197 <TileMatrix> 198 <ows:Identifier>12</ows:Identifier> 199 <ScaleDenominator>4724.711830375448</ScaleDenominator> 200 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 201 <TileWidth>512</TileWidth> 202 <TileHeight>512</TileHeight> 203 <MatrixWidth>53398</MatrixWidth> 204 <MatrixHeight>61125</MatrixHeight> 205 </TileMatrix> 206 <TileMatrix> 207 <ows:Identifier>13</ows:Identifier> 208 <ScaleDenominator>2362.355915187724</ScaleDenominator> 209 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 210 <TileWidth>512</TileWidth> 211 <TileHeight>512</TileHeight> 212 <MatrixWidth>106795</MatrixWidth> 213 <MatrixHeight>122249</MatrixHeight> 214 </TileMatrix> 215 <TileMatrix> 216 <ows:Identifier>14</ows:Identifier> 217 <ScaleDenominator>944.9423660750896</ScaleDenominator> 218 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 219 <TileWidth>512</TileWidth> 220 <TileHeight>512</TileHeight> 221 <MatrixWidth>266987</MatrixWidth> 222 <MatrixHeight>305621</MatrixHeight> 223 </TileMatrix> 224 <TileMatrix> 225 <ows:Identifier>15</ows:Identifier> 226 <ScaleDenominator>472.4711830375448</ScaleDenominator> 227 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 228 <TileWidth>512</TileWidth> 229 <TileHeight>512</TileHeight> 230 <MatrixWidth>533973</MatrixWidth> 231 <MatrixHeight>611241</MatrixHeight> 232 </TileMatrix> 233 <TileMatrix> 234 <ows:Identifier>16</ows:Identifier> 235 <ScaleDenominator>236.2355915187724</ScaleDenominator> 236 <TopLeftCorner>-3.58727E7 4.14227E7</TopLeftCorner> 237 <TileWidth>512</TileWidth> 238 <TileHeight>512</TileHeight> 239 <MatrixWidth>1067946</MatrixWidth> 240 <MatrixHeight>1222482</MatrixHeight> 241 </TileMatrix> 242 </TileMatrixSet> 243 </Contents> 244 <ServiceMetadataURL 245 xlink:href="http://geoservices.wallonie.be/arcgis/rest/services/DONNEES_BASE/FOND_PLAN_ANNOTATIONS_2012_RW_NB/MapServer/WMTS/1.0.0/WMTSCapabilities.xml" /> 246 </Capabilities>
Note:
See TracChangeset
for help on using the changeset viewer.