mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
Update Chapman region to wider campus bounds
https://claude.ai/code/session_0162emnCi1KxW5FkTNn2ZrvH
This commit is contained in:
@@ -26,8 +26,8 @@ const supportedSystems: InterchangeSystemBuilderArguments[] = [
|
|||||||
useSelfUpdatingEtas: true,
|
useSelfUpdatingEtas: true,
|
||||||
shuttleStopArrivalDegreeDelta: 0.001,
|
shuttleStopArrivalDegreeDelta: 0.001,
|
||||||
initialRegion: {
|
initialRegion: {
|
||||||
topLeft: { latitude: 33.7987, longitude: -117.8581 },
|
topLeft: { latitude: 33.85733, longitude: -117.89553 },
|
||||||
bottomRight: { latitude: 33.7887, longitude: -117.8481 },
|
bottomRight: { latitude: 33.73970, longitude: -117.81878 },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -60,8 +60,8 @@ describe("SystemResolvers", () => {
|
|||||||
expect(response.body.singleResult.errors).toBeUndefined();
|
expect(response.body.singleResult.errors).toBeUndefined();
|
||||||
const initialRegion = (response.body.singleResult.data as any).system.initialRegion;
|
const initialRegion = (response.body.singleResult.data as any).system.initialRegion;
|
||||||
expect(initialRegion).toEqual({
|
expect(initialRegion).toEqual({
|
||||||
topLeft: { latitude: 33.7987, longitude: -117.8581 },
|
topLeft: { latitude: 33.85733, longitude: -117.89553 },
|
||||||
bottomRight: { latitude: 33.7887, longitude: -117.8481 },
|
bottomRight: { latitude: 33.7397, longitude: -117.81878 },
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ const systemInfoForTesting: InterchangeSystemBuilderArguments = {
|
|||||||
useSelfUpdatingEtas: false,
|
useSelfUpdatingEtas: false,
|
||||||
shuttleStopArrivalDegreeDelta: 0.001,
|
shuttleStopArrivalDegreeDelta: 0.001,
|
||||||
initialRegion: {
|
initialRegion: {
|
||||||
topLeft: { latitude: 33.7987, longitude: -117.8581 },
|
topLeft: { latitude: 33.85733, longitude: -117.89553 },
|
||||||
bottomRight: { latitude: 33.7887, longitude: -117.8481 },
|
bottomRight: { latitude: 33.73970, longitude: -117.81878 },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user