Files
iD/data/presets/presets/building.json
T
Quincy Morgan a7e639d514 Make the field geometry property accept multiple types
Make the Elevation field only universal for nodes (re: #5719)
Remove the elevation field from route presets (close #7479)
2020-03-28 13:57:06 -07:00

33 lines
577 B
JSON

{
"icon": "maki-home",
"fields": [
"name",
"building",
"building/levels",
"height",
"address"
],
"moreFields": [
"architect",
"building/levels/underground",
"building/material",
"ele",
"gnis/feature_id",
"layer",
"not/name",
"operator",
"roof/colour",
"smoking",
"wheelchair"
],
"geometry": [
"area"
],
"tags": {
"building": "*"
},
"matchScore": 0.6,
"terms": [],
"name": "Building"
}