db-vendo-client/test/fixtures/insa-stop.js
Kristjan ESPERANTO 66d9fb5194
apply linting rules
follow-up of 228c7253
2024-02-10 16:50:12 +01:00

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,
};