@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
39 lines (38 loc) • 1.47 kB
JSON
{
"key": "house",
"type": "combo",
"label": "House Type",
"strings": {
"options": {
"terraced": {
"title": "Single Townhouse",
"description": "Individual house in a row of townhouses"
},
"detached": {
"title": "Detached House",
"description": "A house that is not connected to any other houses"
},
"semi-detached": {
"title": "Semi-Detached House",
"description": "A house that is attached to another house on one side"
},
"bungalow": {
"title": "Bungalow",
"description": "A small house with a single storey"
},
"terrace": {
"title": "Row of Townhouses",
"description": "A row of houses that are attached to each other in a line (mapping each house as a separate area is preferred)"
},
"maisonette": {
"title": "Maisonette",
"description": "A residential dwelling, split over two floors with private external entrances rather than a communal entrance"
},
"link-detached": {
"title": "Link-Detached House",
"description": "A house that is connected to another house by a garage or other non-living area"
}
}
},
"autoSuggestions": false
}