-
Notifications
You must be signed in to change notification settings - Fork 116
/
polygon_features.json
80 lines (80 loc) · 1.68 KB
/
polygon_features.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
75
76
77
78
79
80
{
"building": true,
"highway": {
"included_values": {
"services": true,
"rest_area": true,
"escape": true
}
},
"natural": {
"excluded_values": {
"coastline": true,
"ridge": true,
"arete": true,
"tree_row": true
}
},
"landuse": true,
"waterway": {
"included_values": {
"riverbank": true,
"dock": true,
"boatyard": true,
"dam": true
}
},
"amenity": true,
"leisure": true,
"barrier": {
"included_values": {
"city_wall": true,
"ditch": true,
"hedge": true,
"retaining_wall": true,
"wall": true,
"spikes": true
}
},
"railway": {
"included_values": {
"station": true,
"turntable": true,
"roundhouse": true,
"platform": true
}
},
"area": true,
"boundary": true,
"man_made": {
"excluded_values": {
"cutline": true,
"embankment": true,
"pipeline": true
}
},
"power": {
"included_values": {
"generator": true,
"station": true,
"sub_station": true,
"transformer": true
}
},
"place": true,
"shop": true,
"aeroway": {
"excluded_values": {
"taxiway": true
}
},
"tourism": true,
"historic": true,
"public_transport": true,
"office": true,
"building:part": true,
"military": true,
"ruins": true,
"area:highway": true,
"craft": true
}