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

Implement mechanism for crossing-switches and railway-crossings #21

Open
rohansaw opened this issue Sep 1, 2022 · 4 comments
Open

Implement mechanism for crossing-switches and railway-crossings #21

rohansaw opened this issue Sep 1, 2022 · 4 comments
Assignees

Comments

@rohansaw
Copy link
Contributor

rohansaw commented Sep 1, 2022

Wir haben noch keinen mechanismusm um mit Kreuzungsweichen umzugehen. Aktuell gibt es top-knoten die mit 4 weiteren nodes verbunden sind (weil sie in ORM eine weiche für eine kreuzung darstellen). In PlanPro darf jede node aber nur mit einem oder 3 knoten verbunden sein. Kreuzungsweichen werden anders repräsentiert. Hierfür brauchen wir noch einen mechanismus.

eg. https://www.openstreetmap.org/node/5913744200#map=19/51.48994/14.40622&layers=D

@rohansaw rohansaw changed the title Kreuzungen implementieren Implement mechanism for crossing-switches Sep 1, 2022
@rohansaw rohansaw self-assigned this Sep 2, 2022
@rohansaw
Copy link
Contributor Author

Currently only a workaround is implemented - crossing switches are made to normal crossings, since docu was not easily explainable

@ctiedt
Copy link
Collaborator

ctiedt commented Dec 15, 2022

Workaround is currently commented out. We need to fix it to work with yaramo.

@jeriox
Copy link
Member

jeriox commented Jan 3, 2023

workaround restored in b72472d

@jeriox jeriox changed the title Implement mechanism for crossing-switches Implement mechanism for crossing-switches and railway-crossings Jan 31, 2023
@jeriox
Copy link
Member

jeriox commented Jan 31, 2023

The problem also exists with railway crossing and is even worse, as we cannot easily delete the crossing without potentially disconnecting two lines

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants