mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add schmid gate as a stop
This commit is contained in:
@@ -4358,6 +4358,15 @@ const stops: IStop[] = [
|
||||
longitude: -117.895966,
|
||||
},
|
||||
systemId: systems[0].id,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Schmid Gate",
|
||||
coordinates: {
|
||||
"latitude": 33.793325,
|
||||
"longitude": -117.85281
|
||||
},
|
||||
systemId: systems[0].id,
|
||||
}
|
||||
];
|
||||
|
||||
@@ -4369,7 +4378,7 @@ const orderedStopsForRedRoute: IOrderedStop[] = [
|
||||
},
|
||||
{
|
||||
routeId: routes[0].id,
|
||||
stopId: stops[1].id,
|
||||
stopId: stops[2].id,
|
||||
position: 2,
|
||||
},
|
||||
];
|
||||
@@ -4377,12 +4386,17 @@ const orderedStopsForRedRoute: IOrderedStop[] = [
|
||||
const orderedStopsForTealRoute: IOrderedStop[] = [
|
||||
{
|
||||
routeId: routes[1].id,
|
||||
stopId: stops[1].id,
|
||||
stopId: stops[0].id,
|
||||
position: 1,
|
||||
},
|
||||
{
|
||||
routeId: routes[1].id,
|
||||
stopId: stops[0].id,
|
||||
stopId: stops[1].id,
|
||||
position: 2,
|
||||
},
|
||||
{
|
||||
routeId: routes[1].id,
|
||||
stopId: stops[2].id,
|
||||
position: 2,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user