From 601ffd5cc7e1d6fa66938915264cd2c1d1dbf8bc Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 18 Jun 2015 15:02:04 +1200 Subject: Force initial async update --- web/app/Resources.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/app/Resources.js') diff --git a/web/app/Resources.js b/web/app/Resources.js index e08996e2b..fe08fb943 100644 --- a/web/app/Resources.js +++ b/web/app/Resources.js @@ -96,13 +96,13 @@ var styles = { map_center: [ -0.1275, 51.507222 ], map_zoom: 6, map_max_zoom: 16, - map_select_color: 'green', + map_select_color: 'rgba(0, 255, 0, 1.0)', map_select_radius: 10, - map_report_color: 'blue', + map_report_color: 'rgba(0, 0, 255, 1.0)', map_report_radius: 5, - map_live_color: 'red', + map_live_color: 'rgba(255, 0, 0, 1.0)', map_live_radius: 7, - map_stroke_color: 'grey', + map_stroke_color: 'rgba(50, 50, 50, 1.0)', map_route_width: 5, map_marker_stroke: 2, map_delay: 500 -- cgit v1.2.3