mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
@@ -1481,6 +1481,11 @@
|
||||
"type": "number",
|
||||
"label": "Stars"
|
||||
},
|
||||
"step_count": {
|
||||
"key": "step_count",
|
||||
"type": "number",
|
||||
"label": "Number of Steps"
|
||||
},
|
||||
"stop": {
|
||||
"key": "stop",
|
||||
"type": "combo",
|
||||
|
||||
5
data/presets/fields/step_count.json
Normal file
5
data/presets/fields/step_count.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "step_count",
|
||||
"type": "number",
|
||||
"label": "Number of Steps"
|
||||
}
|
||||
@@ -5419,7 +5419,8 @@
|
||||
"lit",
|
||||
"width",
|
||||
"incline_steps",
|
||||
"handrail"
|
||||
"handrail",
|
||||
"step_count"
|
||||
],
|
||||
"icon": "highway-steps",
|
||||
"geometry": [
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"lit",
|
||||
"width",
|
||||
"incline_steps",
|
||||
"handrail"
|
||||
"handrail",
|
||||
"step_count"
|
||||
],
|
||||
"icon": "highway-steps",
|
||||
"geometry": [
|
||||
|
||||
Reference in New Issue
Block a user