mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
* add preset for funiculars * add preset for narrow gauge railways * add gauge field to some railway presets * add "electrified" field to some railway presets
12 lines
166 B
JSON
12 lines
166 B
JSON
{
|
|
"key": "electrified",
|
|
"type": "combo",
|
|
"label": "Electrification",
|
|
"options": [
|
|
"contact_line",
|
|
"rail",
|
|
"yes",
|
|
"no"
|
|
]
|
|
}
|