Commit 563ceb13 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

history_map: note that inconsistent and manually entered routes are special

See #26
parent 783a540c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -10,3 +10,11 @@
</div>

%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs
%
<div class="row">
	<div class="col s12">
		Bei Zugfahrten mit inkonsistenten Reisedaten und manuellen Einträgen
		werden derzeit nur Start- und Zielbahnhof ohne Luftlinie dazwischen
		angezeigt.
	</div>
</div>