From aa7a7db2bcd6ae8cf0caef37d436bcb2ae162d5b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 31 Jan 2020 18:16:00 +0100 Subject: map: show polylines by default --- templates/_map.html.ep | 2 +- templates/history_map.html.ep | 32 +++++++++++++++++++++++++++++--- 2 files changed, 30 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/_map.html.ep b/templates/_map.html.ep index 3918b4a..2e6dad8 100644 --- a/templates/_map.html.ep +++ b/templates/_map.html.ep @@ -8,7 +8,7 @@
Ein-/Ausstiegsstation
- Luftlinie zwischen Unterwegshalten + Streckenverlauf oder Luftlinie
diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index c0eea4c..51f002e 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -11,8 +11,34 @@ %= include '_map', station_coordinates => $station_coordinates, polyline_groups => $polyline_groups -%= form_for '/history/map' => (method => 'POST') => begin - %= csrf_field +%= form_for '/history/map' => begin +

+ Detailgrad und Filter: +

+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
-
-- cgit v1.2.3