summaryrefslogtreecommitdiff
path: root/templates/route_map.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/route_map.html.ep')
-rw-r--r--templates/route_map.html.ep2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/route_map.html.ep b/templates/route_map.html.ep
index 5bc7fd6..2f35b54 100644
--- a/templates/route_map.html.ep
+++ b/templates/route_map.html.ep
@@ -44,7 +44,7 @@ for (var station_id in stations) {
opacity: 0.7,
fillColor: '#f03',
fillOpacity: 0.5,
- radius: 250
+ radius: <%= stash('station_radius') || 250 %>
}).bindPopup(stations[station_id][1].join('<br/>')).addTo(map);
}