You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to move responsibility to keep distances between stations to the generator itself since it's the only component that requires them. Therefore, distance generation is not a case for creating segments.
Remove distance from Segments
Create DistanceMap that will contain length of segments for schegen
Implement methods for distance generation in DistanceMap
Attache schegen to new DistanceMap rather direct access of distances from Segmenets
Move distance related classes from transit to schedule module
It should be done async in background
Relates to #148
The text was updated successfully, but these errors were encountered: