forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilding.json
More file actions
38 lines (38 loc) · 711 Bytes
/
building.json
File metadata and controls
38 lines (38 loc) · 711 Bytes
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
{
"icon": "maki-home",
"fields": [
"name",
"building",
"building/levels",
"height",
"address"
],
"moreFields": [
"architect",
"building/colour",
"building/levels/underground",
"building/material",
"building/prefabricated",
"ele",
"gnis/feature_id-US",
"layer",
"not/name",
"operator",
"roof/colour",
"roof/shape",
"roof/height",
"smoking",
"wheelchair"
],
"geometry": [
"area"
],
"tags": {
"building": "*"
},
"matchScore": 0.6,
"terms": [
"structure"
],
"name": "Building"
}