From 9eed88cba15f8fc7e12a0a6d5083fa7bfd890165 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 21 Nov 2015 11:42:39 +1300 Subject: Implement clustering for report --- 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 b75503c32..49dcd1b99 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -32,6 +32,8 @@ Ext.define('Traccar.Style', { reportHeight: 250, reportTime: 100, + mapClusterDistance: 30, + mapDefaultLat: 51.507222, mapDefaultLon: -0.1275, mapDefaultZoom: 6, -- cgit v1.2.3