mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
Fix typo in "shuttle"
This commit is contained in:
@@ -60,7 +60,7 @@ export interface InterchangeSystemBuilderArguments {
|
|||||||
* find the distance at which the shuttle would normally take
|
* find the distance at which the shuttle would normally take
|
||||||
* ~1 minute to reach the next stop.
|
* ~1 minute to reach the next stop.
|
||||||
*/
|
*/
|
||||||
shutleStopNearbyDegreeDelta: number;
|
shuttleStopNearbyDegreeDelta: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class InterchangeSystem {
|
export class InterchangeSystem {
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ const supportedSystems: InterchangeSystemBuilderArguments[] = [
|
|||||||
name: "Chapman University",
|
name: "Chapman University",
|
||||||
useSelfUpdatingEtas: true,
|
useSelfUpdatingEtas: true,
|
||||||
shuttleStopArrivalDegreeDelta: 0.001,
|
shuttleStopArrivalDegreeDelta: 0.001,
|
||||||
shutleStopNearbyDegreeDelta: 0.003,
|
shuttleStopNearbyDegreeDelta: 0.003,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ const systemInfoForTesting: InterchangeSystemBuilderArguments = {
|
|||||||
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
|
parkingSystemId: ChapmanApiBasedParkingRepositoryLoader.id,
|
||||||
useSelfUpdatingEtas: false,
|
useSelfUpdatingEtas: false,
|
||||||
shuttleStopArrivalDegreeDelta: 0.001,
|
shuttleStopArrivalDegreeDelta: 0.001,
|
||||||
shutleStopNearbyDegreeDelta: 0.003,
|
shuttleStopNearbyDegreeDelta: 0.003,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function buildSystemForTesting() {
|
export function buildSystemForTesting() {
|
||||||
|
|||||||
Reference in New Issue
Block a user