Need help regarding a project on railway section controller #624
Replies: 2 comments 4 replies
-
|
I think such a display consists of different pieces of data:
The data of a local network could be extracted from OpenStreetMap, similar to how the OpenRailwayMap imports data. You would need a priece of OSM data that matches the region you want to display. The layout of the network is more difficult to get right automatically. OpenStreetMap can provide the "graph" of railway lines and points connecting them, but the layout is not something present in OpenRailwayMap, so will probably have to be annotated manually. It might be possible to do a "best-effort" graph layout algorithm to generate something that looks a bit like the display in the image. Live trains: there is an open issue #220 to integrate the Transitious project (see https://transitous.org/ and https://api.transitous.org/). Live train protection data is hard, if not impossible, to come by, without integrating with railway infrastructure systems. I am not aware of any country that provides such live data as Open Data. |
Beta Was this translation helpful? Give feedback.
-
|
@hiddewie can I somehow copy the exact visual like the map here: https://openrailwaymap.app/#view=17.74/19.789997/72.761548 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a project and need to display a live map that tracks trains on railway tracks.

The map needs to update dynamically as new location data for the trains comes in.
Can I use this project (or a similar mapping technology) to build something like the live train tracker shown in the image below, and if so, how?
I'm not looking for an exact copy, but I'd appreciate ideas and guidance on the best approach.
Beta Was this translation helpful? Give feedback.
All reactions