Skip to content

Flexible Station Layout #36

@gfgit

Description

@gfgit

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:

  1. Delete those jobs
  2. Delete lines
  3. Edit segments or stations
  4. Recreate lines
  5. 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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions