mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 13:05:44 +00:00
Auto arrival train
This commit is contained in:
@@ -13,11 +13,13 @@ const INDODE_FACILITY = {
|
|||||||
facilityType: 'DRY_PORT' as const,
|
facilityType: 'DRY_PORT' as const,
|
||||||
facilityStatus: 'ACTIVE' as const,
|
facilityStatus: 'ACTIVE' as const,
|
||||||
locationName: 'Indode',
|
locationName: 'Indode',
|
||||||
country: 'Djibouti',
|
// Indode is the Gelan Multipurpose Port outside Addis — the yard carries it as
|
||||||
city: 'Djibouti',
|
// KALITY, country Ethiopia. It was seeded as Djibouti, which is the wrong end
|
||||||
address: 'Indode, Djibouti',
|
// of the line. Coordinates are left unset rather than guessed; fill them in
|
||||||
latitude: 11.5447,
|
// when the real position is to hand.
|
||||||
longitude: 43.145,
|
country: 'Ethiopia',
|
||||||
|
city: 'Addis Ababa',
|
||||||
|
address: 'Indode (Gelan), Addis Ababa, Ethiopia',
|
||||||
capacity: 50000,
|
capacity: 50000,
|
||||||
isActive: true,
|
isActive: true,
|
||||||
notes: 'Primary dry port for container consolidation and distribution',
|
notes: 'Primary dry port for container consolidation and distribution',
|
||||||
|
|||||||
Reference in New Issue
Block a user