-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtilemaker.json
More file actions
123 lines (123 loc) · 2.28 KB
/
Copy pathtilemaker.json
File metadata and controls
123 lines (123 loc) · 2.28 KB
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"layers": {
"place": {
"minzoom": 0,
"maxzoom": 14
},
"boundary": {
"minzoom": 0,
"maxzoom": 14
},
"poi": {
"minzoom": 12,
"maxzoom": 14
},
"poi_detail": {
"minzoom": 14,
"maxzoom": 14,
"write_to": "poi"
},
"housenumber": {
"minzoom": 14,
"maxzoom": 14
},
"waterway": {
"minzoom": 8,
"maxzoom": 14,
"simplify_below": 12,
"simplify_level": 0.0003
},
"waterway_detail": {
"minzoom": 12,
"maxzoom": 14,
"write_to": "waterway"
},
"transportation": {
"minzoom": 4,
"maxzoom": 14,
"simplify_below": 13,
"simplify_level": 0.0003
},
"transportation_name": {
"minzoom": 8,
"maxzoom": 14
},
"building": {
"minzoom": 13,
"maxzoom": 14
},
"water": {
"minzoom": 6,
"maxzoom": 14,
"simplify_below": 12,
"simplify_level": 0.0003,
"simplify_algorithm": "visvalingam"
},
"water_name": {
"minzoom": 14,
"maxzoom": 14
},
"water_name_detail": {
"minzoom": 14,
"maxzoom": 14,
"write_to": "water_name"
},
"aeroway": {
"minzoom": 11,
"maxzoom": 14
},
"aerodrome_label": {
"minzoom": 10,
"maxzoom": 14
},
"park": {
"minzoom": 11,
"maxzoom": 14
},
"landuse": {
"minzoom": 4,
"maxzoom": 14,
"simplify_below": 13,
"simplify_level": 0.0003,
"simplify_algorithm": "visvalingam"
},
"landcover": {
"minzoom": 0,
"maxzoom": 14,
"simplify_below": 13,
"simplify_level": 0.0003,
"simplify_algorithm": "visvalingam"
},
"ocean": {
"minzoom": 0,
"maxzoom": 0
},
"urban_areas": {
"minzoom": 0,
"maxzoom": 0
},
"ice_shelf": {
"minzoom": 0,
"maxzoom": 0
},
"glacier": {
"minzoom": 0,
"maxzoom": 0
},
"mountain_peak": {
"minzoom": 0,
"maxzoom": 0
}
},
"settings": {
"minzoom": 0,
"maxzoom": 14,
"basezoom": 14,
"include_ids": false,
"combine_below": 14,
"name": "ottrec",
"version": "3.0",
"description": "Tile config based on OpenMapTiles schema",
"compress": "gzip"
}
}