mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
`rRefL` seems to be used by older HAFAS endpoints, e.g. `ver: 1.11`. see also #5, #90, #131
25 lines
397 B
JavaScript
25 lines
397 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
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
|
|
},
|
|
}
|