mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 14:38:05 +02:00
improve railway presets
* add preset for funiculars * add preset for narrow gauge railways * add gauge field to some railway presets * add "electrified" field to some railway presets
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "electrified",
|
||||
"type": "combo",
|
||||
"label": "Electrification",
|
||||
"options": [
|
||||
"contact_line",
|
||||
"rail",
|
||||
"yes",
|
||||
"no"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "gauge",
|
||||
"type": "combo",
|
||||
"label": "Gauge"
|
||||
}
|
||||
Reference in New Issue
Block a user