NavigaTUM
NavigaTUM copied to clipboard
Show close MVV stations
Is your feature request related to a problem? Please describe. While we have an interactive map where a building or site is located, people still have to look somewhere else to see how to get there.
Describe the solution you'd like On site / building pages, we can show a list of close-by public transport (Subway, Bus) stations, so people see how to get there. We could either collect them by hand for each site / building, or maybe even better collect a list of them with coordinates and auto-generate. Then we could even display the distance in meters.
Describe alternatives you've considered We could also just add links to OSM / Google Maps based on the coordinates. But I think this isn't actually mutually exclusive, we could do both. (See #87)
Additional context Tasks could involve:
- Getting a list of relevant public transport stations (please also credit them in
webclient/src/md/ueber-uns.md
andwebclient/src/md/about-us.md
) - Adding a new section specification in
sections:
indata/data_format_geo-entry.yaml
and implement it in e.g. a new section-generating step after-- 81 Generate overview sections
- Implement the display HTML/CSS in
webclient/src/views/view/view-view.inc/.scss
I am goonna drop this link here: https://python-mvg-departures.readthedocs.io/en/latest/#mvg_api.get_nearby_stations
I would like to work on this. The api wrapper you linked is not working anymore, however there exists a csv with all stations.