mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add search terms for the border control preset
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user