mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
154 lines
3.9 KiB
TypeScript
154 lines
3.9 KiB
TypeScript
export const fetchRouteDataSuccessfulResponse = {
|
|
"all": [
|
|
{
|
|
"name": "Rinker Route",
|
|
"shortName": null,
|
|
"color": "#696969",
|
|
"userId": "263",
|
|
"myid": "53970",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "5902",
|
|
"distance": 1900,
|
|
"latitude": "33.656851000",
|
|
"longitude": "-117.733221000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Rinker Route",
|
|
"groupId": "6706",
|
|
"groupColor": "#696969"
|
|
},
|
|
{
|
|
"name": "Red Route",
|
|
"shortName": null,
|
|
"color": "#d62728",
|
|
"userId": "263",
|
|
"myid": "53966",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Red Route",
|
|
"groupId": "6703",
|
|
"groupColor": "#d62728"
|
|
},
|
|
{
|
|
"name": "Teal Route",
|
|
"shortName": null,
|
|
"color": "#096e90",
|
|
"userId": "263",
|
|
"myid": "54191",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Teal Route",
|
|
"groupId": "6705",
|
|
"groupColor": "#096e90"
|
|
},
|
|
{
|
|
"name": "Gold Route",
|
|
"shortName": null,
|
|
"color": "#bd9e39",
|
|
"userId": "263",
|
|
"myid": "54256",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Gold Route",
|
|
"groupId": "6707",
|
|
"groupColor": "#bd9e39"
|
|
},
|
|
{
|
|
"name": "Black Route",
|
|
"shortName": null,
|
|
"color": "#000000",
|
|
"userId": "263",
|
|
"myid": "54257",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Black Route",
|
|
"groupId": "6704",
|
|
"groupColor": "#000000"
|
|
},
|
|
{
|
|
"name": "Weekend Route",
|
|
"shortName": null,
|
|
"color": "#510094",
|
|
"userId": "263",
|
|
"myid": "54282",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "1",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Weekend Route",
|
|
"groupId": "6710",
|
|
"groupColor": "#510094",
|
|
"serviceTime": "is not provided: no bus on the route",
|
|
"serviceTimeShort": "No bus in service"
|
|
},
|
|
{
|
|
"name": "Parking Lot",
|
|
"shortName": null,
|
|
"color": "#000000",
|
|
"userId": "263",
|
|
"myid": "54529",
|
|
"mapApp": "1",
|
|
"archive": "0",
|
|
"goPrefixRouteName": "1",
|
|
"goShowSchedule": 0,
|
|
"outdated": "0",
|
|
"id": "2032",
|
|
"distance": 1905,
|
|
"latitude": "33.793325000",
|
|
"longitude": "-117.852810000",
|
|
"timezone": "America/Los_Angeles",
|
|
"fullname": "Chapman University",
|
|
"nameOrig": "Parking Lot",
|
|
"groupId": "6731",
|
|
"groupColor": "#393838"
|
|
}
|
|
]
|
|
}
|