mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 20:21:36 +02:00
Add handrail field to steps preset (closes #2815)
This commit is contained in:
@@ -425,6 +425,9 @@ en:
|
||||
label: Handicap
|
||||
# handicap field placeholder
|
||||
placeholder: 1-18
|
||||
handrail:
|
||||
# 'handrail=*'
|
||||
label: Handrail
|
||||
highway:
|
||||
# 'highway=*'
|
||||
label: Type
|
||||
|
||||
@@ -577,6 +577,11 @@
|
||||
"label": "Handicap",
|
||||
"placeholder": "1-18"
|
||||
},
|
||||
"handrail": {
|
||||
"key": "handrail",
|
||||
"type": "check",
|
||||
"label": "Handrail"
|
||||
},
|
||||
"highway": {
|
||||
"key": "highway",
|
||||
"type": "typeCombo",
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "handrail",
|
||||
"type": "check",
|
||||
"label": "Handrail"
|
||||
}
|
||||
@@ -4493,7 +4493,7 @@
|
||||
"lit",
|
||||
"width",
|
||||
"incline_steps",
|
||||
"access"
|
||||
"handrail"
|
||||
],
|
||||
"icon": "highway-steps",
|
||||
"geometry": [
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"lit",
|
||||
"width",
|
||||
"incline_steps",
|
||||
"access"
|
||||
"handrail"
|
||||
],
|
||||
"icon": "highway-steps",
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user