From 4d092d96d6d872096abaf2f9883d2b578c5c8f72 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 13 Jan 2017 06:27:31 +1300 Subject: Show accuracy circle on the map --- web/app/Style.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 2c04b83..d7f01f2 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -70,6 +70,8 @@ Ext.define('Traccar.Style', { mapMaxZoom: 19, mapDelay: 500, + mapAccuracyColor: 'rgba(96, 96, 96, 1.0)', + mapGeofenceTextColor: 'rgba(14, 88, 141, 1.0)', mapGeofenceColor: 'rgba(21, 127, 204, 1.0)', mapGeofenceOverlayOpacity: 0.2, -- cgit v1.2.3