-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtilestache.cfg
69 lines (67 loc) · 1.78 KB
/
tilestache.cfg
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
{
"cache":
{
"name": "Disk",
"path": "/tmp/stache",
"umask": "0000",
"dirs": "portable",
"gzip": ["xml", "json"]
},
"layers":
{
"moabi_energy":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_energy.xml",
"layers": [[14,["name","proposed"]],[15,["name","proposed"]]]
}
},
"moabi_transport":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_transport.xml",
"layers": [[13,null]]
}
},
"moabi_indigenous":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_indigenous.xml",
"layers": [[11,null]]
}
},
"moabi_oil":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_oil.xml",
"layers": [[19,null]]
}
},
"moabi_mining":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_mining.xml",
"layers": [[24,null]]
}
},
"moabi_palm":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_palm.xml",
"layers": [[16,null]]
}
},
"moabi_logging":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_logging.xml",
"layers": [[17,null],[18,null]]
}
},
"moabi_redd_projects":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_redd_projects.xml",
"layers": [[0,null]]
}
},
"moabi_community_mapping":
{
"provider": { "name": "mapnik grid", "mapfile": "/home/moabi/src/mapnik-style/moabi_community_mapping.xml",
"layers": [[0,null]]
}
}
}
}