-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
becomesA -> C -> B
when adding in betweenA -> B -> C
becomesA -> C
when removing in between
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request