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:
tyr
2013-12-29 11:30:02 +01:00
committed by Aaron Lidman
parent 383023f4c1
commit 8535bbc57c
13 changed files with 160 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"key": "electrified",
"type": "combo",
"label": "Electrification",
"options": [
"contact_line",
"rail",
"yes",
"no"
]
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "gauge",
"type": "combo",
"label": "Gauge"
}