mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Add terms to height restrictor preset (close #7538)
This commit is contained in:
@@ -4207,6 +4207,7 @@ en:
|
||||
barrier/height_restrictor:
|
||||
# barrier=height_restrictor
|
||||
name: Height Restrictor
|
||||
# 'terms: height barrier,height restriction barrier,maxheight,maximum height measurer'
|
||||
terms: '<translate with synonyms or related terms for ''Height Restrictor'', separated by commas>'
|
||||
barrier/kerb:
|
||||
# barrier=kerb
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
"barrier/gate": {"icon": "temaki-gate", "fields": ["access", "wheelchair", "opening_hours", "opening_hours/covid19", "height", "material"], "moreFields": ["colour", "manufacturer", "operator", "ref"], "geometry": ["vertex", "line"], "tags": {"barrier": "gate"}, "name": "Gate"},
|
||||
"barrier/guard_rail": {"icon": "temaki-guard_rail", "fields": ["material"], "geometry": ["line"], "tags": {"barrier": "guard_rail"}, "name": "Guard Rail", "terms": ["guardrail", "traffic barrier", "crash barrier", "median barrier", "roadside barrier", "Armco barrier"], "matchScore": 0.75},
|
||||
"barrier/hedge": {"icon": "temaki-hedge", "fields": ["height"], "geometry": ["line", "area"], "tags": {"barrier": "hedge"}, "name": "Hedge", "matchScore": 0.25},
|
||||
"barrier/height_restrictor": {"icon": "temaki-height_restrictor", "fields": ["maxheight"], "geometry": ["vertex"], "tags": {"barrier": "height_restrictor"}, "name": "Height Restrictor"},
|
||||
"barrier/height_restrictor": {"icon": "temaki-height_restrictor", "fields": ["maxheight"], "geometry": ["vertex"], "tags": {"barrier": "height_restrictor"}, "terms": ["height barrier", "height restriction barrier", "maxheight", "maximum height measurer"], "name": "Height Restrictor"},
|
||||
"barrier/kerb": {"icon": "temaki-kerb-raised", "fields": ["kerb", "tactile_paving", "wheelchair"], "moreFields": ["material"], "geometry": ["vertex", "line"], "tags": {"barrier": "kerb"}, "matchScore": 0.5, "name": "Curb"},
|
||||
"barrier/kerb/flush": {"icon": "temaki-kerb-flush", "fields": ["kerb", "{barrier/kerb}"], "geometry": ["vertex", "line"], "tags": {"kerb": "flush"}, "addTags": {"barrier": "kerb", "kerb": "flush"}, "reference": {"key": "kerb", "value": "flush"}, "terms": ["even curb", "level curb", "tactile curb"], "matchScore": 0.55, "name": "Flush Curb"},
|
||||
"barrier/kerb/lowered": {"icon": "temaki-kerb-lowered", "fields": ["kerb", "{barrier/kerb}", "kerb/height"], "geometry": ["vertex", "line"], "tags": {"kerb": "lowered"}, "addTags": {"barrier": "kerb", "kerb": "lowered"}, "reference": {"key": "kerb", "value": "lowered"}, "terms": ["curb cut", "curb ramp", "kerb ramp", "dropped kerb", "pram ramp"], "matchScore": 0.55, "name": "Lowered Curb"},
|
||||
|
||||
@@ -9,5 +9,11 @@
|
||||
"tags": {
|
||||
"barrier": "height_restrictor"
|
||||
},
|
||||
"terms": [
|
||||
"height barrier",
|
||||
"height restriction barrier",
|
||||
"maxheight",
|
||||
"maximum height measurer"
|
||||
],
|
||||
"name": "Height Restrictor"
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -6191,7 +6191,7 @@
|
||||
},
|
||||
"barrier/height_restrictor": {
|
||||
"name": "Height Restrictor",
|
||||
"terms": ""
|
||||
"terms": "height barrier,height restriction barrier,maxheight,maximum height measurer"
|
||||
},
|
||||
"barrier/kerb": {
|
||||
"name": "Curb",
|
||||
|
||||
Reference in New Issue
Block a user