Add search terms for the border control preset

This commit is contained in:
Quincy Morgan
2020-03-03 09:46:45 -08:00
parent 19dd609cb4
commit d10245447e
4 changed files with 11 additions and 2 deletions
+1
View File
@@ -4105,6 +4105,7 @@ en:
barrier/border_control:
# barrier=border_control
name: Border Control
# 'terms: checkpoint,customs,international boundary,passport check,port of entry,visa'
terms: '<translate with synonyms or related terms for ''Border Control'', separated by commas>'
barrier/cattle_grid:
# barrier=cattle_grid
+1 -1
View File
@@ -300,7 +300,7 @@
"barrier/block": {"icon": "fas-cube", "fields": ["access", "material"], "geometry": ["point", "vertex"], "tags": {"barrier": "block"}, "name": "Block"},
"barrier/bollard_line": {"icon": "temaki-bollard_row", "fields": ["access", "bollard", "height", "material", "colour"], "geometry": ["line"], "tags": {"barrier": "bollard"}, "name": "Bollard Row"},
"barrier/bollard": {"icon": "temaki-bollard", "fields": ["access", "bollard", "height", "width", "material", "colour"], "geometry": ["point", "vertex"], "tags": {"barrier": "bollard"}, "name": "Bollard"},
"barrier/border_control": {"icon": "temaki-passport_checkpoint", "fields": ["access", "building_area"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "border_control"}, "name": "Border Control"},
"barrier/border_control": {"icon": "temaki-passport_checkpoint", "fields": ["access", "building_area"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "border_control"}, "terms": ["checkpoint", "customs", "international boundary", "passport check", "port of entry", "visa"], "name": "Border Control"},
"barrier/cattle_grid": {"icon": "temaki-cattle_grid", "geometry": ["vertex"], "tags": {"barrier": "cattle_grid"}, "terms": ["cattle guard", "cattle stop", "livestock grid", "stock gate", "stock grid", "stock stop", "Texas gate", "vehicle pass"], "name": "Cattle Grid"},
"barrier/chain": {"icon": "temaki-rope_fence", "fields": ["access"], "geometry": ["vertex", "line"], "tags": {"barrier": "chain"}, "name": "Chain"},
"barrier/city_wall": {"icon": "temaki-wall", "fields": ["height", "material"], "geometry": ["line", "area"], "tags": {"barrier": "city_wall"}, "name": "City Wall"},
@@ -18,5 +18,13 @@
"tags": {
"barrier": "border_control"
},
"terms": [
"checkpoint",
"customs",
"international boundary",
"passport check",
"port of entry",
"visa"
],
"name": "Border Control"
}
+1 -1
View File
@@ -6094,7 +6094,7 @@
},
"barrier/border_control": {
"name": "Border Control",
"terms": ""
"terms": "checkpoint,customs,international boundary,passport check,port of entry,visa"
},
"barrier/cattle_grid": {
"name": "Cattle Grid",