summaryrefslogtreecommitdiff
path: root/templates/history_map.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-01-25 14:41:33 +0100
committerDaniel Friesel <derf@finalrewind.org>2020-01-25 14:41:33 +0100
commitee1285e8fa684c35b62dd32854f66515cd62a269 (patch)
tree36ea252e1b6719848556a31766ec01f635e9a6c3 /templates/history_map.html.ep
parent8157f3885496ed6949152f17b19ad4090217cc37 (diff)
map: support multiple polyline groups with different colors
Diffstat (limited to 'templates/history_map.html.ep')
-rw-r--r--templates/history_map.html.ep2
1 files changed, 1 insertions, 1 deletions
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 @@
</div>
</div>
-%= 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