diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 49dcd1b99..5202a3fb2 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -32,8 +32,6 @@ Ext.define('Traccar.Style', { reportHeight: 250, reportTime: 100, - mapClusterDistance: 30, - mapDefaultLat: 51.507222, mapDefaultLon: -0.1275, mapDefaultZoom: 6, @@ -55,8 +53,8 @@ Ext.define('Traccar.Style', { mapColorOffline: 'rgba(255, 84, 104, 1.0)', mapColorReport: 'rgba(21, 127, 204, 1.0)', - mapRadiusNormal: 10, - mapRadiusSelected: 15, + mapRadiusNormal: 9, + mapRadiusSelected: 14, mapMaxZoom: 19, mapDelay: 500 |