mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 22:03:53 +01:00
16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"key": "house",
|
|
"type": "combo",
|
|
"label": "House Type",
|
|
"strings": {
|
|
"options": {
|
|
"bungalow": "Bungalow",
|
|
"detached": "Detached House",
|
|
"link-detached": "Link-Detached House",
|
|
"maisonette": "Maisonette",
|
|
"semi-detached": "Semi-Detached House",
|
|
"terrace": "Row of terraced houses",
|
|
"terraced": "Terraced House"
|
|
}
|
|
}
|
|
}
|