mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +02:00
Add support for building=house + house=* (#921)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "house",
|
||||
"type": "combo",
|
||||
"label": "House Type"
|
||||
}
|
||||
@@ -3,6 +3,10 @@
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"{building}",
|
||||
"house"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house"
|
||||
},
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-home",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "detached"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "detached"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/detached}",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "maki-home",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "semi-detached"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "semi-detached"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/semidetached_house}",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-row_houses",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "terrace"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "terrace"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/terrace}",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"icon": "temaki-row_houses",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "terraced"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "terraced"
|
||||
},
|
||||
"terms": [
|
||||
"brownstone",
|
||||
"dwelling",
|
||||
"family",
|
||||
"home",
|
||||
"residence",
|
||||
"row home",
|
||||
"terrace",
|
||||
"townhome"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Townhouse",
|
||||
"aliases": [
|
||||
"Row House"
|
||||
]
|
||||
}
|
||||
@@ -7,13 +7,16 @@
|
||||
"building": "terrace"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"terrace",
|
||||
"brownstone",
|
||||
"dwelling",
|
||||
"family",
|
||||
"home",
|
||||
"residence",
|
||||
"dwelling"
|
||||
"row home",
|
||||
"row house",
|
||||
"terrace",
|
||||
"townhome"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Row Houses"
|
||||
"name": "Row of Townhouses"
|
||||
}
|
||||
|
||||
@@ -2652,6 +2652,9 @@ en:
|
||||
hot_water:
|
||||
# hot_water=*
|
||||
label: Hot Water
|
||||
house:
|
||||
# house=*
|
||||
label: House
|
||||
iata:
|
||||
# iata=*
|
||||
label: IATA Airport Code
|
||||
@@ -7591,6 +7594,20 @@ en:
|
||||
name: House
|
||||
# 'terms: home,family,residence,dwelling'
|
||||
terms: <translate with synonyms or related terms for 'House', separated by commas>
|
||||
building/house/detached:
|
||||
# building=house + house=detached | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Detached House
|
||||
building/house/semi-detached:
|
||||
# building=house + house=semi-detached | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Semi-Detached House
|
||||
building/house/terrace:
|
||||
# building=terrace | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Row Houses (Whole Building)
|
||||
building/house/terraced:
|
||||
# building=house + house=terraced | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Row House (Individual Unit)
|
||||
# 'terms: home,terrace,brownstone,family,residence,dwelling'
|
||||
terms: <translate with synonyms or related terms for 'Row House (Individual Unit)', separated by commas>
|
||||
building/houseboat:
|
||||
# building=houseboat | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Houseboat
|
||||
@@ -7698,9 +7715,9 @@ en:
|
||||
terms: <translate with synonyms or related terms for 'Temple Building', separated by commas>
|
||||
building/terrace:
|
||||
# building=terrace | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Row Houses
|
||||
name: Row Houses (Whole Building)
|
||||
# 'terms: home,terrace,brownstone,family,residence,dwelling'
|
||||
terms: <translate with synonyms or related terms for 'Row Houses', separated by commas>
|
||||
terms: <translate with synonyms or related terms for 'Row Houses (Whole Building)', separated by commas>
|
||||
building/train_station:
|
||||
# building=train_station | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Train Station Building
|
||||
|
||||
Reference in New Issue
Block a user