diff options
author | Tim <67682506+Ein-Tim@users.noreply.github.com> | 2025-06-21 12:26:37 +0200 |
---|---|---|
committer | Birte Friesel <derf@chaosdorf.de> | 2025-06-21 15:28:35 +0200 |
commit | ca2226b9238ac2159d0001a071edf33915f062ae (patch) | |
tree | 582980a627c0d73a6f9900ca83d7b979b652b9f4 | |
parent | ff775252afbf00242d5014c6f576f096ebca5d9d (diff) |
Update map data source & quality note
This commit revised the informational text to clarify that routes are sourced from the backend used for recording trips. The data quality note was updated accordingly.
-rw-r--r-- | templates/history_map.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 57ba81f..c2ff9ed 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -116,8 +116,8 @@ <div class="row"> <div class="col s12"> <p> - Die eingezeichneten Routen stammen aus dem HAFAS und sind im Detail - oft fehlerbehaftet. + Die eingezeichneten Routen stammen aus dem Backend, mit dem die Fahrt aufgezeichnet wurde. + Die Datenqualität variiert. </p> </div> </div> |