Skip to content

Commit

Permalink
Merge pull request #4699 from bencostamagna/preset_boathouse
Browse files Browse the repository at this point in the history
Added a boathouse preset
  • Loading branch information
bhousel authored Jan 17, 2018
2 parents 4abc5cc + 9fee9f0 commit 07495eb
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/presets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
17 changes: 17 additions & 0 deletions data/presets/presets/building/boathouse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"icon": "harbor",
"fields": [
"name",
"levels",
"address"
],
"geometry": [
"area"
],
"tags": {
"building": "boathouse"
},
"matchScore": 0.5,
"terms": [],
"name": "Boathouse"
}
4 changes: 4 additions & 0 deletions data/taginfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,10 @@
"key": "building",
"value": "barn"
},
{
"key": "building",
"value": "boathouse"
},
{
"key": "building",
"value": "bungalow"
Expand Down
4 changes: 4 additions & 0 deletions dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3425,6 +3425,10 @@
"name": "Barn",
"terms": ""
},
"building/boathouse": {
"name": "Boathouse",
"terms": ""
},
"building/bungalow": {
"name": "Bungalow",
"terms": "home,detached"
Expand Down

0 comments on commit 07495eb

Please sign in to comment.