Merge pull request #4839 from MaciejWWojcik/issue4826-farm-presets

changed farm preset name, added farm_auxiliary preset (#4826)
This commit is contained in:
Bryan Housel
2018-03-01 15:47:32 -05:00
committed by GitHub
6 changed files with 47 additions and 3 deletions
+4
View File
@@ -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:
+17 -1
View File
@@ -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",
+1 -1
View File
@@ -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"
}
+4
View File
@@ -844,6 +844,10 @@
"key": "building",
"value": "dormitory"
},
{
"key": "building",
"value": "farm_auxiliary"
},
{
"key": "building",
"value": "farm"
+5 -1
View File
@@ -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": ""