Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flexible Station Layout #36

Open
gfgit opened this issue Dec 10, 2021 · 0 comments
Open

Flexible Station Layout #36

gfgit opened this issue Dec 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@gfgit
Copy link
Owner

gfgit commented Dec 10, 2021

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
@gfgit gfgit added the enhancement New feature or request label Dec 10, 2021
@gfgit gfgit added this to the Migration to new station layout milestone Dec 22, 2021
@gfgit gfgit added this to To do in ModelRailroadTimetablePlanner Tasks via automation Dec 22, 2021
@gfgit gfgit self-assigned this Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant