Skip to content

Commit

Permalink
use station distance instead of stop distance, do some overly complic…
Browse files Browse the repository at this point in the history
…ated shit to traverse the line. ashmont still isn't working. i need a beer
  • Loading branch information
rudiejd committed Dec 19, 2023
1 parent 05e3e50 commit f2e0331
Show file tree
Hide file tree
Showing 8 changed files with 2,406 additions and 2,296 deletions.
2,307 changes: 2,307 additions & 0 deletions common/constants/station_distances.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions common/constants/station_distances.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import stationDistancesJson from '../../common/constants/station_distances.json';

export const station_distances = stationDistancesJson;
Loading

0 comments on commit f2e0331

Please sign in to comment.