diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-17 17:15:18 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-17 17:15:18 +0200 |
commit | 77238628cc9da8582ec718216beb45adb2d2a28d (patch) | |
tree | f08e69acd61acce6def17ca2005e476cf404d21f /templates/legend.html.ep | |
parent | 9218a40c1345c56a1721b3a67dc12faf08975d74 (diff) |
use more easily distinguishable icons for hafas/iris; document in legend
Diffstat (limited to 'templates/legend.html.ep')
-rw-r--r-- | templates/legend.html.ep | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/legend.html.ep b/templates/legend.html.ep index 91e70df..4c1ecf0 100644 --- a/templates/legend.html.ep +++ b/templates/legend.html.ep @@ -13,6 +13,14 @@ <td>(HH:MM)</td> <td>Ein Einstieg (Abfahrtstafel) bzw. Ausstieg (Route) ist an dieser Station möglicherweise nicht vorgesehen.</td> </tr> + <tr> + <td><i class="material-icons">train</i></td> + <td>Backend: DB IRIS. Bevorzugte Datenquelle für (mindestens teilweise) innerdeutsche Zugfahrten.</td> + </tr> + <tr> + <td><i class="material-icons">directions</i></td> + <td>Backend: DB HAFAS. Bevorzugte Datenquelle für Nahverkehr und vollständig außerdeutsche Zugfahrten. Weniger detailliert als IRIS.</td> + </tr> </tbody> </table> <h3>Anschlusszüge</h3> |