Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions data/fields/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@
"key": "building",
"type": "combo",
"label": "Building",
"strings": {
"options": {
"allotment_house": "Allotment House",
"apartments": "Apartment Building",
"barn": "Barn",
"boathouse": "Boathouse",
"bungalow": "Bungalow",
"cabin": "Cabin",
"carport": "Carport",
"cathedral": "Cathedral Building",
"chapel": "Chapel Building",
"church": "Church Building",
"civic": "Civic Building",
"college": "College Building",
"commercial": "Commercial Building",
"construction": "Building Under Construction",
"cowshed": "Cowshed",
"detached": "Detached House",
"dormitory": "Dormitory",
"farm": "Farm House",
"farm_auxiliary": "Farm Building",
"fire_station": "Fire Station Building",
"garage": "Garage",
"garages": "Garages",
"ger": "Yurt",
"grandstand": "Grandstand",
"greenhouse": "Greenhouse",
"hangar": "Hangar Building",
"hospital": "Hospital Building",
"hotel": "Hotel Building",
"house": "House",
"houseboat": "Houseboat",
"hut": "Hut",
"industrial": "Industrial Building",
"kindergarten": "Preschool / Kindergarten Building",
"mosque": "Mosque Building",
"office": "Office Building",
"pavilion": "Pavilion Building",
"public": "Public Building",
"residential": "Residential Building",
"retail": "Retail Building",
"roof": "Roof",
"ruins": "Building Ruins",
"school": "School Building",
"semidetached_house": "Semi-Detached House",
"service": "Service Building",
"shed": "Shed",
"stable": "Stable",
"stadium": "Stadium Building",
"static_caravan": "Mobile Home",
"sty": "Pigsty",
"synagogue": "Synagogue Building",
"temple": "Temple Building",
"terrace": "Row Houses",
"transportation": "Transportation Building",
"university": "University Building",
"warehouse": "Warehouse"
}
},
"terms": [
"structure"
]
Expand Down