-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhab.json
executable file
·55 lines (49 loc) · 1.77 KB
/
hab.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
{
"layers": {
"default": { "minzoom": 5, "maxzoom": 15 },
"natural_other": { "minzoom": 5, "maxzoom": 15 },
"soil": { "minzoom": 5, "maxzoom": 15 },
"landuse": { "minzoom": 5, "maxzoom": 15 },
"wood": { "minzoom": 5, "maxzoom": 15 },
"bush": { "minzoom": 5, "maxzoom": 15 },
"water": { "minzoom": 5, "maxzoom": 15},
"river": { "minzoom": 5, "maxzoom": 15, "simplify_below": 12, "simplify_level": 0.001, "simplify_ratio": 0.5 },
"mud": { "minzoom": 5, "maxzoom": 15},
"aeroway": { "minzoom": 5, "maxzoom": 15 },
"aeroway_other": { "minzoom": 5, "maxzoom": 15 },
"road_main": { "minzoom": 5, "maxzoom": 15, "simplify_below": 12, "simplify_level": 0.001, "simplify_ratio": 0.5 },
"road_secondary": { "minzoom": 7, "maxzoom": 15, "simplify_below": 12, "simplify_level": 0.001, "simplify_ratio": 0.5 },
"road_tertiary": { "minzoom": 11, "maxzoom": 15 },
"road_other": { "minzoom": 13, "maxzoom": 15 },
"railway": { "minzoom": 13, "maxzoom": 15, "simplify_below": 12, "simplify_level": 0.001, "simplify_ratio": 0.5 },
"building": { "minzoom": 14, "maxzoom": 15 },
"admin": {
"source": "../data/boundaries/Voivodeship_AL4.shp",
"source_columns": [
"admin_level"
],
"minzoom": 5,
"maxzoom": 10,
"simplify_below": 7,
"simplify_level": 0.001,
"simplify_ratio": 0.5
},
"place_label": { "minzoom": 6 , "maxzoom": 15 },
"road_label": { "minzoom": 6, "maxzoom": 15 }
},
"settings": {
"minzoom": 5,
"maxzoom": 15,
"basezoom": 15,
"include_ids": false,
"name": "HAB",
"version": "1.0",
"description": "HAB",
"compress": "none",
"metadata": {
"json": { "vector_layers": [
{ "id": "building", "description": "building", "fields": {}}
] }
}
}
}