summaryrefslogtreecommitdiff
path: root/public/static/js/map-refresh.js
AgeCommit message (Collapse)AuthorLines
2025-04-21Initial MOTIS backend supportnetworkException-0/+1
This patch adds support for displaying coverage and trip maps for MOTIS.
2025-04-16Fix map reloading sending malformed query parametersnetworkException-1/+7
This patch fixes the periodic map reloading function sending malformed query parameters, see below: - `dbris` - `amp;efa` - `amp;hafas` The function now constructs a URLSearchParams object and appends the serialized parameters to the url instead of using manual string concatenation. This would break reloads only for EFA and non ÖBB HAFAS backends, as the `dbris` parameter was working properly malformed and ÖBB HAFAS is the default codepath.
2025-04-04dbris: ajax supportBirte Kristina Friesel-1/+1
2024-10-27map-refresh: handle lack of efa/hafas query parametersBirte Kristina Friesel-1/+1
2024-10-18Add preliminary EFA supportBirte Kristina Friesel-1/+1
2024-03-27map: support non-DB HAFAS backends, including ÖBBBirte Kristina Friesel-1/+2
2023-07-03Update CopyrightBirte Kristina Friesel-1/+1
2021-01-21Switch to AGPL v3 for DBF program codeDaniel Friesel-1/+1
2020-11-28add machine-readable copyright and licensing informationDaniel Friesel-0/+6
2020-05-24animate train position in map3.2.0Daniel Friesel-0/+81