-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathtile_layer_template.xml.txt
More file actions
39 lines (39 loc) · 1023 Bytes
/
tile_layer_template.xml.txt
File metadata and controls
39 lines (39 loc) · 1023 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<GeoServerLayer>
<id>{{layer_id}}</id>
<enabled>true</enabled>
<inMemoryCached>true</inMemoryCached>
<name>{{layer_name}}</name>
<mimeFormats>
<string>image/png</string>
<string>image/jpeg</string>
<string>image/png8</string>
</mimeFormats>
<gridSubsets>
<gridSubset>
<gridSetName>EPSG:4326</gridSetName>
<extent>
<coords>
<double>7.475217105133489</double>
<double>35.21695657422812</double>
<double>19.380075671969546</double>
<double>45.893769848344476</double>
</coords>
</extent>
</gridSubset>
</gridSubsets>
<metaWidthHeight>
<int>4</int>
<int>4</int>
</metaWidthHeight>
<expireCache>0</expireCache>
<expireClients>0</expireClients>
<parameterFilters>
<styleParameterFilter>
<key>STYLES</key>
<defaultValue></defaultValue>
</styleParameterFilter>
</parameterFilters>
<gutter>0</gutter>
<cacheWarningSkips/>
</GeoServerLayer>