mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add terms to Cattle Grid preset
This commit is contained in:
@@ -3935,6 +3935,7 @@ en:
|
||||
barrier/cattle_grid:
|
||||
# barrier=cattle_grid
|
||||
name: Cattle Grid
|
||||
# 'terms: cattle guard,cattle stop,livestock grid,stock gate,stock grid,stock stop,Texas gate,vehicle pass'
|
||||
terms: '<translate with synonyms or related terms for ''Cattle Grid'', separated by commas>'
|
||||
barrier/chain:
|
||||
# barrier=chain
|
||||
|
||||
@@ -297,7 +297,7 @@
|
||||
"barrier/bollard_line": {"icon": "temaki-silo", "fields": ["access", "bollard", "height", "material", "colour"], "geometry": ["line"], "tags": {"barrier": "bollard"}, "name": "Bollard Row"},
|
||||
"barrier/bollard": {"icon": "temaki-silo", "fields": ["access", "bollard", "height", "width", "material", "colour"], "geometry": ["point", "vertex"], "tags": {"barrier": "bollard"}, "name": "Bollard"},
|
||||
"barrier/border_control": {"icon": "maki-roadblock", "fields": ["access", "building_area"], "moreFields": ["address", "email", "fax", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "border_control"}, "name": "Border Control"},
|
||||
"barrier/cattle_grid": {"icon": "maki-barrier", "geometry": ["vertex"], "tags": {"barrier": "cattle_grid"}, "name": "Cattle Grid"},
|
||||
"barrier/cattle_grid": {"icon": "maki-barrier", "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": "maki-barrier", "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"},
|
||||
"barrier/cycle_barrier": {"icon": "maki-roadblock", "fields": ["access"], "geometry": ["vertex"], "tags": {"barrier": "cycle_barrier"}, "name": "Cycle Barrier"},
|
||||
|
||||
@@ -6,5 +6,15 @@
|
||||
"tags": {
|
||||
"barrier": "cattle_grid"
|
||||
},
|
||||
"terms": [
|
||||
"cattle guard",
|
||||
"cattle stop",
|
||||
"livestock grid",
|
||||
"stock gate",
|
||||
"stock grid",
|
||||
"stock stop",
|
||||
"Texas gate",
|
||||
"vehicle pass"
|
||||
],
|
||||
"name": "Cattle Grid"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -5840,7 +5840,7 @@
|
||||
},
|
||||
"barrier/cattle_grid": {
|
||||
"name": "Cattle Grid",
|
||||
"terms": ""
|
||||
"terms": "cattle guard,cattle stop,livestock grid,stock gate,stock grid,stock stop,Texas gate,vehicle pass"
|
||||
},
|
||||
"barrier/chain": {
|
||||
"name": "Chain",
|
||||
|
||||
Reference in New Issue
Block a user