-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathtessera.json
70 lines (70 loc) · 1.92 KB
/
tessera.json
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
{
"/flat": {
"source": "mapnik://./terrain-classic.xml?metatile=1&bufferSize=192"
},
"/labels": {
"source": "mapnik://./terrain-classic-labels.xml?metatile=2&bufferSize=256"
},
"/lines": {
"source": "mapnik://./terrain-classic-lines.xml?metatile=1&bufferSize=0"
},
"/features": {
"source": "mapnik://./terrain-classic-features.xml?metatile=1&bufferSize=8"
},
"/bg": {
"source": "mapnik://./terrain-classic-background.xml?metatile=1&bufferSize=8"
},
"/background": {
"source": {
"protocol": "blend:",
"query": {
"layers": [
{
"source": "mapnik://./terrain-classic-background.xml?metatile=1&bufferSize=8"
},
{
"source": "http://hillshades.openterrain.org.s3-website-us-east-1.amazonaws.com/positron/{z}/{x}/{y}.png",
"comp-op": "multiply",
"opacity": "1"
},
{
"source": "mapnik://./terrain-classic-water.xml?metatile=1&bufferSize=0"
}
],
"format": "png8"
}
}
},
"/": {
"source": {
"protocol": "blend:",
"query": {
"layers": [
{
"source": "mapnik://./terrain-classic-background.xml?metatile=1&bufferSize=8"
},
{
"source": {
"protocol": "http:",
"host": "hillshades.openterrain.org.s3-website.us-east-1.amazonaws.com",
"pathname": "/positron/{z}/{x}/{y}.png",
"info": {
"minzoom": 0,
"maxzoom": 15
}
},
"comp-op": "multiply",
"opacity": "1"
},
{
"source": "mapnik://./terrain-classic-features.xml?metatile=1&bufferSize=0"
},
{
"source": "mapnik://./terrain-classic-labels.xml?metatile=1&bufferSize=192"
}
],
"format": "png8"
}
}
}
}