mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-07-06 01:00:37 +02:00
9 lines
131 B
JavaScript
9 lines
131 B
JavaScript
export const typeToName = {
|
|
0: 'tram',
|
|
1: 'subway',
|
|
2: 'rail',
|
|
3: 'bus',
|
|
4: 'ferry',
|
|
7: 'funicular',
|
|
109: 'rail',
|
|
};
|