mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 06:35:20 +02:00
Merge pull request #4839 from MaciejWWojcik/issue4826-farm-presets
changed farm preset name, added farm_auxiliary preset (#4826)
This commit is contained in:
@@ -2567,6 +2567,10 @@ en:
|
||||
name: Entrance/Exit
|
||||
building/farm:
|
||||
# building=farm
|
||||
name: Farm House
|
||||
terms: '<translate with synonyms or related terms for ''Farm House'', separated by commas>'
|
||||
building/farm_auxiliary:
|
||||
# building=farm_auxiliary
|
||||
name: Farm Building
|
||||
terms: '<translate with synonyms or related terms for ''Farm Building'', separated by commas>'
|
||||
building/garage:
|
||||
|
||||
@@ -4497,6 +4497,22 @@
|
||||
"matchScore": 0.5,
|
||||
"name": "Dormitory"
|
||||
},
|
||||
"building/farm_auxiliary": {
|
||||
"icon": "farm",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "farm_auxiliary"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Farm Building"
|
||||
},
|
||||
"building/farm": {
|
||||
"icon": "farm",
|
||||
"fields": [
|
||||
@@ -4511,7 +4527,7 @@
|
||||
"building": "farm"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Farm Building"
|
||||
"name": "Farm House"
|
||||
},
|
||||
"building/garage": {
|
||||
"icon": "warehouse",
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"building": "farm"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Farm Building"
|
||||
"name": "Farm House"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"icon": "farm",
|
||||
"fields": [
|
||||
"name",
|
||||
"address",
|
||||
"levels"
|
||||
],
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "farm_auxiliary"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Farm Building"
|
||||
}
|
||||
@@ -844,6 +844,10 @@
|
||||
"key": "building",
|
||||
"value": "dormitory"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "farm_auxiliary"
|
||||
},
|
||||
{
|
||||
"key": "building",
|
||||
"value": "farm"
|
||||
|
||||
Vendored
+5
-1
@@ -3581,10 +3581,14 @@
|
||||
"name": "Dormitory",
|
||||
"terms": ""
|
||||
},
|
||||
"building/farm": {
|
||||
"building/farm_auxiliary": {
|
||||
"name": "Farm Building",
|
||||
"terms": ""
|
||||
},
|
||||
"building/farm": {
|
||||
"name": "Farm House",
|
||||
"terms": ""
|
||||
},
|
||||
"building/garage": {
|
||||
"name": "Garage",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user