From ee1285e8fa684c35b62dd32854f66515cd62a269 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 25 Jan 2020 14:41:33 +0100 Subject: map: support multiple polyline groups with different colors --- templates/history_map.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/history_map.html.ep') diff --git a/templates/history_map.html.ep b/templates/history_map.html.ep index 7bda06b..747912f 100644 --- a/templates/history_map.html.ep +++ b/templates/history_map.html.ep @@ -9,7 +9,7 @@ -%= include '_map', station_coordinates => $station_coordinates, station_pairs => $station_pairs +%= include '_map', station_coordinates => $station_coordinates, polyline_groups => $polyline_groups %= form_for '/history/map' => (method => 'POST') => begin %= csrf_field -- cgit v1.2.3