mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Merge pull request #4699 from bencostamagna/preset_boathouse
Added a boathouse preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -788,6 +788,10 @@
|
||||
"key": "building",
|
||||
"value": "barn"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "boathouse"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "bungalow"
|
||||
|
||||
Vendored
+4
@@ -3425,6 +3425,10 @@
|
||||
"name": "Barn",
|
||||
"terms": ""
|
||||
},
|
||||
"building/boathouse": {
|
||||
"name": "Boathouse",
|
||||
"terms": ""
|
||||
},
|
||||
"building/bungalow": {
|
||||
"name": "Bungalow",
|
||||
"terms": "home,detached"
|
||||
|
||||
Reference in New Issue
Block a user