-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for new Overground lines; map accessibility refactor; c…
…leanup
- Loading branch information
gareth.james
committed
Nov 26, 2024
1 parent
0e1ad60
commit 28c740e
Showing
403 changed files
with
6,359 additions
and
3,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export const ACCESS_TYPE_PLATFORM = 'platform'; | ||
export const ACCESS_TYPE_TRAIN = 'train'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
import maAbbeyRoad from './ma-abbey-road.js'; | ||
import maAbbeyWood from './ma-abbey-wood.js'; | ||
import maActonCentral from './ma-acton-central.js'; | ||
import maActonMainLine from './ma-acton-mainline.js'; | ||
import maActonTown from './ma-acton-town.js'; | ||
import maAddingtonVillage from './ma-addington-village.js'; | ||
import maAddiscombe from './ma-addiscombe.js'; | ||
import maAllSaints from './ma-all-saints.js'; | ||
import maAmersham from './ma-amersham.js'; | ||
import maAmpereWay from './ma-ampere-way.js'; | ||
import maAnerley from './ma-anerley.js'; | ||
import maArena from './ma-arena.js'; | ||
import maAvenueRoad from './ma-avenue-road.js'; | ||
|
||
export default [ | ||
maAbbeyRoad, | ||
maAbbeyWood, | ||
maActonCentral, | ||
maActonMainLine, | ||
maActonTown, | ||
maAddingtonVillage, | ||
maAddiscombe, | ||
maAllSaints, | ||
maAmersham, | ||
maAmpereWay, | ||
maAnerley, | ||
maArena, | ||
maAvenueRoad, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_DLR, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZDLABR', // Abbey Road | ||
services: [ | ||
{ | ||
id: SERVICE_ID_DLR, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZDLABR', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_PLATFORM, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_ELIZABETH, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: 'HUBABW', // Abbey Wood | ||
services: [ | ||
{ | ||
id: SERVICE_ID_ELIZABETH, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '910GABWDXR', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_PLATFORM, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_MILDMAY, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '910GACTNCTL', // Acton Central | ||
services: [ | ||
{ | ||
id: SERVICE_ID_MILDMAY, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '910GACTNCTL', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_PLATFORM, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_ELIZABETH, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '910GACTONML', // Acton Main Line | ||
services: [ | ||
{ | ||
id: SERVICE_ID_ELIZABETH, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '910GACTONML', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
import { | ||
ACCESS_TYPE_PLATFORM, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_DISTRICT, | ||
SERVICE_ID_PICCADILLY, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZLUACT', // Acton Town | ||
services: [ | ||
{ | ||
id: SERVICE_ID_DISTRICT, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '940GZZLUACT', | ||
}, | ||
{ | ||
id: SERVICE_ID_PICCADILLY, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '940GZZLUACT', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_TRAM, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZCRADV', // Addington Village | ||
services: [ | ||
{ | ||
id: SERVICE_ID_TRAM, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZCRADV', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_TRAM, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZCRADD', // Addiscombe | ||
services: [ | ||
{ | ||
id: SERVICE_ID_TRAM, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZCRADD', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_DLR, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZDLALL', // All Saints | ||
services: [ | ||
{ | ||
id: SERVICE_ID_DLR, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZDLALL', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_METROPOLITAN, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: 'HUBAMR', // Amersham | ||
services: [ | ||
{ | ||
id: SERVICE_ID_METROPOLITAN, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZLUAMS', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_TRAM, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZCRAMP', // Ampere Way | ||
services: [ | ||
{ | ||
id: SERVICE_ID_TRAM, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZCRAMP', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_PLATFORM, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_WINDRUSH, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '910GANERLEY', // Anerley | ||
services: [ | ||
{ | ||
id: SERVICE_ID_WINDRUSH, | ||
access: ACCESS_TYPE_PLATFORM, | ||
naptanId: '910GANERLEY', | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
import { | ||
ACCESS_TYPE_TRAIN, | ||
} from '../../../constants/accessTypes.js'; | ||
|
||
import { | ||
SERVICE_ID_TRAM, | ||
} from '../../../constants/serviceIds.js'; | ||
|
||
export default { | ||
topMostParentId: '940GZZCRARA', // Arena | ||
services: [ | ||
{ | ||
id: SERVICE_ID_TRAM, | ||
access: ACCESS_TYPE_TRAIN, | ||
naptanId: '940GZZCRARA', | ||
}, | ||
], | ||
}; |
Oops, something went wrong.