-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeowebcache.xml
130 lines (130 loc) · 4.53 KB
/
geowebcache.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<gwcConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geowebcache.org/schema/1.7.0 http://geowebcache.org/schema/1.7.0/geowebcache.xsd" xmlns="http://geowebcache.org/schema/1.7.0">
<version>1.7.0</version>
<backendTimeout>120</backendTimeout>
<gridSets>
<gridSet>
<name>gda94</name>
<description>GPS and GDA94 compatible WGS84 coordinates (lon/lat in degrees)</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.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>
<double>2.6822090149E-6</double>
<double>1.3411045074E-6</double>
</resolutions>
<metersPerUnit>111319.49079327358</metersPerUnit>
<pixelSize>2.8E-4</pixelSize>
<scaleNames>
<string>gda94:0</string>
<string>gda94:1</string>
<string>gda94:2</string>
<string>gda94:3</string>
<string>gda94:4</string>
<string>gda94:5</string>
<string>gda94:6</string>
<string>gda94:7</string>
<string>gda94:8</string>
<string>gda94:9</string>
<string>gda94:10</string>
<string>gda94:11</string>
<string>gda94:12</string>
<string>gda94:13</string>
<string>gda94:14</string>
<string>gda94:15</string>
<string>gda94:16</string>
<string>gda94:17</string>
</scaleNames>
<tileHeight>1024</tileHeight>
<tileWidth>1024</tileWidth>
<yCoordinateFirst>false</yCoordinateFirst>
</gridSet>
<gridSet>
<name>mercator</name>
<description>Spherical Mercator (EPSG:3857, EPSG:900913)</description>
<srs>
<number>3857</number>
</srs>
<extent>
<coords>
<double>-2.003750834E7</double>
<double>-2.003750834E7</double>
<double>2.003750834E7</double>
<double>2.003750834E7</double>
</coords>
</extent>
<alignTopLeft>false</alignTopLeft>
<resolutions>
<double>39135.7584765625</double>
<double>19567.87923828125</double>
<double>9783.939619140625</double>
<double>4891.9698095703125</double>
<double>2445.9849047851562</double>
<double>1222.9924523925781</double>
<double>611.4962261962891</double>
<double>305.74811309814453</double>
<double>152.87405654907226</double>
<double>76.43702827453613</double>
<double>38.218514137268066</double>
<double>19.109257068634033</double>
<double>9.554628534317017</double>
<double>4.777314267158508</double>
<double>2.388657133579254</double>
<double>1.194328566789627</double>
<double>0.5971642833948135</double>
<double>0.2985821416974068</double>
</resolutions>
<metersPerUnit>1.0</metersPerUnit>
<pixelSize>2.8E-4</pixelSize>
<scaleNames>
<string>mercator:0</string>
<string>mercator:1</string>
<string>mercator:2</string>
<string>mercator:3</string>
<string>mercator:4</string>
<string>mercator:5</string>
<string>mercator:6</string>
<string>mercator:7</string>
<string>mercator:8</string>
<string>mercator:9</string>
<string>mercator:10</string>
<string>mercator:11</string>
<string>mercator:12</string>
<string>mercator:13</string>
<string>mercator:14</string>
<string>mercator:15</string>
<string>mercator:16</string>
<string>mercator:17</string>
</scaleNames>
<tileHeight>1024</tileHeight>
<tileWidth>1024</tileWidth>
<yCoordinateFirst>false</yCoordinateFirst>
</gridSet>
</gridSets>
<layers/>
</gwcConfiguration>