mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-23 11:32:34 +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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user