mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add orientation to loadTestData
This commit is contained in:
@@ -4416,6 +4416,7 @@ const shuttles: IShuttle[] = [
|
|||||||
},
|
},
|
||||||
routeId: routes[0].id,
|
routeId: routes[0].id,
|
||||||
systemId: systems[0].id,
|
systemId: systems[0].id,
|
||||||
|
orientationInDegrees: 45.91,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "24",
|
name: "24",
|
||||||
@@ -4426,6 +4427,7 @@ const shuttles: IShuttle[] = [
|
|||||||
},
|
},
|
||||||
routeId: routes[0].id,
|
routeId: routes[0].id,
|
||||||
systemId: systems[0].id,
|
systemId: systems[0].id,
|
||||||
|
orientationInDegrees: 90.24,
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user