diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-25 14:41:33 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-25 14:41:33 +0100 |
commit | ee1285e8fa684c35b62dd32854f66515cd62a269 (patch) | |
tree | 36ea252e1b6719848556a31766ec01f635e9a6c3 /templates/history_map.html.ep | |
parent | 8157f3885496ed6949152f17b19ad4090217cc37 (diff) |
map: support multiple polyline groups with different colors
Diffstat (limited to 'templates/history_map.html.ep')
-rw-r--r-- | templates/history_map.html.ep | 2 |
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 |