aboutsummaryrefslogtreecommitdiff
path: root/web/app/Resources.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/Resources.js')
-rw-r--r--web/app/Resources.js8
1 files changed, 4 insertions, 4 deletions
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