mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Update field type and commit derived data for #6857
This commit is contained in:
@@ -2118,6 +2118,9 @@ en:
|
||||
# step_count=*
|
||||
label: Number of Steps
|
||||
terms: '[translate with synonyms or related terms for ''Number of Steps'', separated by commas]'
|
||||
stile:
|
||||
# stile=*
|
||||
label: Type
|
||||
stop:
|
||||
# stop=*
|
||||
label: Stop Type
|
||||
|
||||
@@ -359,6 +359,7 @@
|
||||
"stars": {"key": "stars", "type": "combo", "label": "Stars", "terms": ["rating"]},
|
||||
"start_date": {"key": "start_date", "type": "text", "universal": true, "label": "Start Date", "terms": ["inception"]},
|
||||
"step_count": {"key": "step_count", "type": "number", "minValue": 0, "label": "Number of Steps"},
|
||||
"stile": {"key": "stile", "type": "combo", "label": "Type"},
|
||||
"stop": {"key": "stop", "type": "combo", "label": "Stop Type", "strings": {"options": {"all": "All Ways", "minor": "Minor Road"}}},
|
||||
"street_cabinet": {"key": "street_cabinet", "type": "combo", "label": "Type"},
|
||||
"stroller": {"key": "stroller", "type": "radio", "options": ["yes", "limited", "no"], "label": "Stroller Access", "terms": ["baby carriage", "perambulator", "pram", "pushchair"]},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "stile",
|
||||
"type": "typeCombo",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
|
||||
@@ -301,7 +301,7 @@
|
||||
"barrier/lift_gate": {"icon": "maki-roadblock", "fields": ["access"], "geometry": ["vertex", "line"], "tags": {"barrier": "lift_gate"}, "name": "Lift Gate"},
|
||||
"barrier/retaining_wall": {"icon": "temaki-wall", "fields": ["height", "material"], "geometry": ["line", "area"], "tags": {"barrier": "retaining_wall"}, "name": "Retaining Wall"},
|
||||
"barrier/sally_port": {"icon": "fas-dungeon", "geometry": ["vertex"], "tags": {"barrier": "sally_port"}, "terms": ["Postern", "castle side gate"], "name": "Sally Port"},
|
||||
"barrier/stile": {"icon": "maki-roadblock", "fields": ["access"], "geometry": ["vertex"], "tags": {"barrier": "stile"}, "name": "Stile"},
|
||||
"barrier/stile": {"icon": "maki-roadblock", "fields": ["access", "stile", "material"], "geometry": ["vertex"], "tags": {"barrier": "stile"}, "name": "Stile"},
|
||||
"barrier/toll_booth": {"icon": "maki-roadblock", "fields": ["access", "building_area", "payment_multi", "currency_multi"], "moreFields": ["address", "email", "fax", "opening_hours", "phone", "website"], "geometry": ["vertex", "area"], "tags": {"barrier": "toll_booth"}, "name": "Toll Booth"},
|
||||
"barrier/turnstile": {"icon": "maki-roadblock", "fields": ["access"], "geometry": ["vertex"], "terms": ["baffle gate", "turnstyle"], "tags": {"barrier": "turnstile"}, "name": "Turnstile"},
|
||||
"barrier/wall": {"icon": "temaki-wall", "fields": ["wall", "height", "material"], "geometry": ["line", "area"], "tags": {"barrier": "wall"}, "name": "Wall", "matchScore": 0.25},
|
||||
|
||||
@@ -1728,6 +1728,7 @@
|
||||
{"key": "stars", "description": "🄵 Stars"},
|
||||
{"key": "start_date", "description": "🄵 Start Date"},
|
||||
{"key": "step_count", "description": "🄵 Number of Steps"},
|
||||
{"key": "stile", "description": "🄵 Type"},
|
||||
{"key": "stop", "value": "all", "description": "🄵 Stop Type"},
|
||||
{"key": "stop", "value": "minor", "description": "🄵 Stop Type"},
|
||||
{"key": "street_cabinet", "description": "🄵 Type"},
|
||||
|
||||
Vendored
+4
@@ -4439,6 +4439,10 @@
|
||||
"label": "Number of Steps",
|
||||
"terms": ""
|
||||
},
|
||||
"stile": {
|
||||
"label": "Type",
|
||||
"terms": ""
|
||||
},
|
||||
"stop": {
|
||||
"label": "Stop Type",
|
||||
"terms": "",
|
||||
|
||||
Reference in New Issue
Block a user