mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 22:03:37 +02:00
Add escalator and moving walkway presets
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"icon": "maki-entrance",
|
||||
"fields": [
|
||||
"name", "incline_steps", "conveying", "access_simple", "lit", "surface", "width", "handrail", "step_count"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"terms": [
|
||||
"moving staircase",
|
||||
"moving stairway",
|
||||
"people mover"
|
||||
],
|
||||
"tags": {
|
||||
"highway": "steps",
|
||||
"conveying": "*"
|
||||
},
|
||||
"name": "Escalator"
|
||||
}
|
||||
Reference in New Issue
Block a user