File: mapcache.xml

package info (click to toggle)
mapcache 1.14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,844 kB
  • sloc: ansic: 33,609; xml: 889; sh: 183; makefile: 61; python: 48
file content (19 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<mapcache>
    <source name="global-tif" type="gdal">
        <data>/tmp/mc/world.tif</data>
    </source>
    <cache name="disk" type="disk">
        <base>/tmp/mc</base>
    </cache>
    <tileset name="global">
        <cache>disk</cache>
        <source>global-tif</source>
        <grid maxzoom="17">GoogleMapsCompatible</grid>
        <format>JPEG</format>
        <metatile>1 1</metatile>
    </tileset>
    <service type="wmts" enabled="true"/>
    <service type="wms" enabled="true"/>
    <log_level>debug</log_level>
</mapcache>