mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add terms to building=farm_auxiliary preset (close #7394)
This commit is contained in:
@@ -4315,6 +4315,7 @@ en:
|
||||
building/farm_auxiliary:
|
||||
# building=farm_auxiliary
|
||||
name: Farm Building
|
||||
# 'terms: agriculture,auxilary,chicken coop,farm auxiliary,pigsty,sty'
|
||||
terms: '<translate with synonyms or related terms for ''Farm Building'', separated by commas>'
|
||||
building/garage:
|
||||
# building=garage
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
"building/construction": {"icon": "maki-building", "geometry": ["area"], "tags": {"building": "construction"}, "matchScore": 0.5, "name": "Building Under Construction"},
|
||||
"building/detached": {"icon": "maki-home", "geometry": ["area"], "tags": {"building": "detached"}, "terms": ["home", "single", "family", "residence", "dwelling"], "matchScore": 0.5, "name": "Detached House"},
|
||||
"building/dormitory": {"icon": "maki-building", "fields": ["{building}", "smoking"], "geometry": ["area"], "tags": {"building": "dormitory"}, "matchScore": 0.5, "name": "Dormitory"},
|
||||
"building/farm_auxiliary": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm_auxiliary"}, "matchScore": 0.5, "name": "Farm Building"},
|
||||
"building/farm_auxiliary": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm_auxiliary"}, "terms": ["agriculture", "auxilary", "chicken coop", "farm auxiliary", "pigsty", "sty"], "matchScore": 0.5, "name": "Farm Building"},
|
||||
"building/farm": {"icon": "maki-farm", "geometry": ["area"], "tags": {"building": "farm"}, "matchScore": 0.5, "name": "Farm House"},
|
||||
"building/garage": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garage"}, "matchScore": 0.5, "name": "Garage"},
|
||||
"building/garages": {"icon": "fas-warehouse", "fields": ["{building}", "capacity"], "geometry": ["area"], "tags": {"building": "garages"}, "matchScore": 0.5, "name": "Garages"},
|
||||
|
||||
@@ -6,6 +6,14 @@
|
||||
"tags": {
|
||||
"building": "farm_auxiliary"
|
||||
},
|
||||
"terms": [
|
||||
"agriculture",
|
||||
"auxilary",
|
||||
"chicken coop",
|
||||
"farm auxiliary",
|
||||
"pigsty",
|
||||
"sty"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Farm Building"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -6284,7 +6284,7 @@
|
||||
},
|
||||
"building/farm_auxiliary": {
|
||||
"name": "Farm Building",
|
||||
"terms": ""
|
||||
"terms": "agriculture,auxilary,chicken coop,farm auxiliary,pigsty,sty"
|
||||
},
|
||||
"building/farm": {
|
||||
"name": "Farm House",
|
||||
|
||||
Reference in New Issue
Block a user