Merge pull request #4699 from bencostamagna/preset_boathouse

Added a boathouse preset
This commit is contained in:
Bryan Housel
2018-01-17 07:50:49 -05:00
committed by GitHub
5 changed files with 46 additions and 0 deletions
+4
View File
@@ -2491,6 +2491,10 @@ en:
# building=barn
name: Barn
terms: '<translate with synonyms or related terms for ''Barn'', separated by commas>'
building/boathouse:
# building=boathouse
name: Boathouse
terms: '<translate with synonyms or related terms for ''Boathouse'', separated by commas>'
building/bungalow:
# building=bungalow
name: Bungalow
+17
View File
@@ -4247,6 +4247,23 @@
"matchScore": 0.5,
"name": "Barn"
},
"building/boathouse": {
"icon": "harbor",
"fields": [
"name",
"levels",
"address"
],
"geometry": [
"area"
],
"tags": {
"building": "boathouse"
},
"matchScore": 0.5,
"terms": [],
"name": "Boathouse"
},
"building/bungalow": {
"icon": "home",
"fields": [
@@ -0,0 +1,17 @@
{
"icon": "harbor",
"fields": [
"name",
"levels",
"address"
],
"geometry": [
"area"
],
"tags": {
"building": "boathouse"
},
"matchScore": 0.5,
"terms": [],
"name": "Boathouse"
}
+4
View File
@@ -788,6 +788,10 @@
"key": "building",
"value": "barn"
},
{
"key": "building",
"value": "boathouse"
},
{
"key": "building",
"value": "bungalow"
+4
View File
@@ -3425,6 +3425,10 @@
"name": "Barn",
"terms": ""
},
"building/boathouse": {
"name": "Boathouse",
"terms": ""
},
"building/bungalow": {
"name": "Bungalow",
"terms": "home,detached"