mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
27 lines
410 B
JavaScript
27 lines
410 B
JavaScript
const insaStop = {
|
|
type: 'stop',
|
|
id: '7341',
|
|
ids: {
|
|
dhid: 'de:15003:7341',
|
|
},
|
|
name: 'Magdeburg, S-Bahnhof SKET Industriepark',
|
|
location: {
|
|
type: 'location',
|
|
id: '7341',
|
|
latitude: 52.096849,
|
|
longitude: 11.637444,
|
|
},
|
|
products: {
|
|
nationalExpress: false,
|
|
national: false,
|
|
regional: false,
|
|
suburban: false,
|
|
tram: false,
|
|
bus: true,
|
|
tourismTrain: false,
|
|
},
|
|
};
|
|
|
|
export {
|
|
insaStop,
|
|
};
|