mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
add updated shuttle
This commit is contained in:
@@ -4439,6 +4439,19 @@ const shuttles: IShuttle[] = [
|
|||||||
systemId: supportedIntegrationTestSystems[0].id,
|
systemId: supportedIntegrationTestSystems[0].id,
|
||||||
orientationInDegrees: 90.24,
|
orientationInDegrees: 90.24,
|
||||||
updatedTime: new Date(),
|
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