summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-11-16 15:57:09 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-11-16 15:57:09 +0100
commit733fe2d853cc2aa4f759d2454171e17409551dfb (patch)
tree9fb64d2f26d87e203234c7da8ed722f8f8608158 /templates
parent77e4998708a31d38e4d04f185c9fc12e26245d2c (diff)
map: add legend, link to history map from history page
Diffstat (limited to 'templates')
-rw-r--r--templates/_map.html.ep (renamed from templates/map.html.ep)7
-rw-r--r--templates/history.html.ep7
-rw-r--r--templates/history_map.html.ep7
3 files changed, 21 insertions, 0 deletions
diff --git a/templates/map.html.ep b/templates/_map.html.ep
index 707b28e..cceec01 100644
--- a/templates/map.html.ep
+++ b/templates/_map.html.ep
@@ -5,6 +5,13 @@
</div>
</div>
+<div class="row">
+ <div class="col s12">
+ <span style="color: #f03;">●</span> Ein-/Ausstiegsstation<br/>
+ <span style="color: #f09;">—</span> Luftlinie zwischen Unterwegshalten
+ </div>
+</div>
+
<script>
var map = L.map('map').setView([51.306, 9.712], 6);
diff --git a/templates/history.html.ep b/templates/history.html.ep
index 607a356..93fa9f7 100644
--- a/templates/history.html.ep
+++ b/templates/history.html.ep
@@ -27,6 +27,13 @@
</div>
% }
+<h2>Auswertungen</h2>
+<div class="row">
+ <div class="col s12 m12 l12 center-align">
+ <a href="/history/map" class="waves-effect waves-light btn"><i class="material-icons left">map</i> Fahrtenkarte</a>
+ </div>
+</div>
+
<h2>Ausfälle und Verspätungen</h2>
<div class="row">
<div class="col s12 m12 l5 center-align">
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep
new file mode 100644
index 0000000..808b033
--- /dev/null
+++ b/templates/history_map.html.ep
@@ -0,0 +1,7 @@
+<div class="row">
+ <div class="col s12">
+ Karte aller bisherigen Zugfahrten:
+ </div>
+</div>
+
+%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs