File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 ]
2525 ],
2626 "location" : {
27- "latitude" : 45.4973223 ,
28- "longitude" : -73.5790288
27+ "latitude" : 45.4971404 ,
28+ "longitude" : -73.5787654
2929 },
3030 "buildingCode" : " H" ,
3131 "buildingName" : " Henry F. Hall Building" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ import { getConcordiaShuttleSchedule } from "@/utils/getShuttleSchedule";
44import isEqual from "lodash.isequal" ;
55
66const ROUTES_BASE_URL = "https://routes.googleapis.com/directions/v2:computeRoutes" ;
7- export const interCampusPolyline = "adutGxhb`MvpFnhJ " ; // Formatted Map Polyline for the shuttle route between the two campuses
7+ export const interCampusPolyline = "crmtGnnm`McpFatJ " ; // Formatted Map Polyline for the shuttle route between the two campuses
88export const LOY_STOP_COORD : Coordinate = {
9- latitude : 45.4584539 ,
10- longitude : - 73.6389287 ,
9+ latitude : 45.458417 ,
10+ longitude : - 73.638317 ,
1111} ;
1212export const SGW_STOP_COORD : Coordinate = {
13- latitude : 45.4971279 ,
14- longitude : - 73.5805579 ,
13+ latitude : 45.496997 ,
14+ longitude : - 73.578633 ,
1515} ;
1616const DISTANCE_BETWEEN_CAMPUSES = 6700 ;
1717const shuttleTransitTime = 30 * 60 ;
You can’t perform that action at this time.
0 commit comments