Currently railway layout is pretty fixed:
When you create a new session you can create any layout you like but once you start to create lines or jobs you loose the ability to edit the layout.
Current workaround is to:
- Delete those jobs
- Delete lines
- Edit segments or stations
- Recreate lines
- Recreate jobs
But this is like starting over from sratch.
Solution
We need an easy tool which allows at least:
- Insert a station between 2 existing stations (cut segment in 2 parts)
- Remove a station which is between 2 segments (Warning: this station might be a junction)
The steps above must be done automatically by this tool, requiring user action only if there are ambiguities
Example:
A -> B becomes A -> C -> B when adding in between
A -> B -> C becomes A -> C when removing in between
Currently railway layout is pretty fixed:
When you create a new session you can create any layout you like but once you start to create lines or jobs you loose the ability to edit the layout.
Current workaround is to:
But this is like starting over from sratch.
Solution
We need an easy tool which allows at least:
The steps above must be done automatically by this tool, requiring user action only if there are ambiguities
Example:
A -> BbecomesA -> C -> Bwhen adding in betweenA -> B -> CbecomesA -> Cwhen removing in between