-
Notifications
You must be signed in to change notification settings - Fork 88
/
tessera.json
74 lines (74 loc) · 3.8 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
71
72
73
74
{
"/toner": {
"source": "mapnik://./toner.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner{{#tile}} toner/z{{zoom}}{{#retina}} toner/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-base": {
"source": "mapnik://./toner-base.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-base{{#tile}} toner-base/z{{zoom}}{{#retina}} toner-base/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-background": {
"source": "mapnik://./toner-background.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-background {{#tile}} toner-background/z{{zoom}}{{#retina}} toner-background/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-lines": {
"source": "mapnik://./toner-lines.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-lines {{#tile}} toner-lines/z{{zoom}}{{#retina}} toner-lines/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-buildings": {
"source": "mapnik://./toner-buildings.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-buildings {{#tile}} toner-buildings/z{{zoom}}{{#retina}} toner-buildings/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-labels": {
"source": "mapnik://./toner-labels.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-labels {{#tile}} toner-labels/z{{zoom}}{{#retina}} toner-labels/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-hybrid": {
"source": "mapnik://./toner-hybrid.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-hybrid {{#tile}} toner-hybrid/z{{zoom}}{{#retina}} toner-hybrid/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
},
"/toner-lite": {
"source": "mapnik://./toner-lite.xml?bufferSize=256",
"headers": {
"Cache-Control": "public,max-age={{#tileJSON}}86400{{/tileJSON}}{{#tile}}86400{{/tile}}",
"Surrogate-Control": "max-age=2592000",
"Surrogate-Key": "toner-lite {{#tile}} toner-lite/z{{zoom}}{{#retina}} toner-lite/retina{{/retina}}{{/tile}}",
"X-Attribution": "Tiles by Stamen Design, under CC-BY 3.0. Data (c) OpenStreetMap contributors, under ODbL."
}
}
}