add orientation to loadTestData

This commit is contained in:
2025-03-17 13:24:08 -07:00
parent 919832e86f
commit 024a7dd30c

View File

@@ -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,
} }
]; ];