Skip to content

Instantly share code, notes, and snippets.

@fvanderbiest
Created August 7, 2018 07:15
Show Gist options
  • Save fvanderbiest/b22d5b4c47c3ad6003975c4920187868 to your computer and use it in GitHub Desktop.
Save fvanderbiest/b22d5b4c47c3ad6003975c4920187868 to your computer and use it in GitHub Desktop.
InspireCRS84Quad Matrix Set GeoWebCache definition
<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geowebcache.org/schema/1.12.0 http://geowebcache.org/schema/1.12.0/geowebcache.xsd" xmlns="http://geowebcache.org/schema/1.12.0">
<version>1.12.0</version>
<backendTimeout>120</backendTimeout>
<blobStores/>
<gridSets>
<gridSet>
<name>InspireCRS84Quad</name>
<description>Every layer offered by a INSPIRE WMTS should use the InspireCRS84Quad Matrix Set</description>
<srs>
<number>4326</number>
</srs>
<extent>
<coords>
<double>-180.0</double>
<double>-90.0</double>
<double>180.0</double>
<double>90.0</double>
</coords>
</extent>
<alignTopLeft>false</alignTopLeft>
<resolutions>
<double>0.703125</double>
<double>0.3515625</double>
<double>0.17578125</double>
<double>0.087890625</double>
<double>0.0439453125</double>
<double>0.02197265625</double>
<double>0.010986328125</double>
<double>0.0054931640625</double>
<double>0.00274658203125</double>
<double>0.001373291015625</double>
<double>6.866455078125E-4</double>
<double>3.433227539062E-4</double>
<double>1.716613769531E-4</double>
<double>8.58306884766E-5</double>
<double>4.29153442383E-5</double>
<double>2.14576721191E-5</double>
<double>1.07288360596E-5</double>
<double>5.3644180298E-6</double>
</resolutions>
<metersPerUnit>111319.49079327358</metersPerUnit>
<pixelSize>2.8E-4</pixelSize>
<scaleNames>
<string>InspireCRS84Quad:0</string>
<string>InspireCRS84Quad:1</string>
<string>InspireCRS84Quad:2</string>
<string>InspireCRS84Quad:3</string>
<string>InspireCRS84Quad:4</string>
<string>InspireCRS84Quad:5</string>
<string>InspireCRS84Quad:6</string>
<string>InspireCRS84Quad:7</string>
<string>InspireCRS84Quad:8</string>
<string>InspireCRS84Quad:9</string>
<string>InspireCRS84Quad:10</string>
<string>InspireCRS84Quad:11</string>
<string>InspireCRS84Quad:12</string>
<string>InspireCRS84Quad:13</string>
<string>InspireCRS84Quad:14</string>
<string>InspireCRS84Quad:15</string>
<string>InspireCRS84Quad:16</string>
<string>InspireCRS84Quad:17</string>
</scaleNames>
<tileHeight>256</tileHeight>
<tileWidth>256</tileWidth>
<yCoordinateFirst>false</yCoordinateFirst>
</gridSet>
</gridSets>
<layers/>
</gwcConfiguration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment