mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add updated shuttle
This commit is contained in:
@@ -4439,6 +4439,19 @@ const shuttles: IShuttle[] = [
|
||||
systemId: supportedIntegrationTestSystems[0].id,
|
||||
orientationInDegrees: 90.24,
|
||||
updatedTime: new Date(),
|
||||
},
|
||||
{
|
||||
name: "32",
|
||||
id: "3",
|
||||
coordinates: {
|
||||
// 33.79243° N, 117.85638° W
|
||||
latitude: 33.79243,
|
||||
longitude: -117.85638
|
||||
},
|
||||
routeId: routes[0].id,
|
||||
systemId: supportedIntegrationTestSystems[0].id,
|
||||
orientationInDegrees: 180.11,
|
||||
updatedTime: new Date(),
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user