Same stations on multiple lines cause issues #2
Labels
No Label
Bug
Feature
Improvement
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: markus/lifo-dijkstraserv#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For whatever reason, a station with the name "Spawn Main Station" is never routed to/from. Renaming it to "Spawn Main Station " resolves the problem... WTF?!
Actually, I think this is something else. It seems to be more related to same / similar station names on different lines?
Solution: dijkstra_net_meta_new_to_list needs to also check for the
access
to be equal.Fixed in
f37ec6d03f
.