From 08862079e544f2d501427fbb523ef28fc45fce75 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 15 Dec 2015 10:08:38 +1300 Subject: Fix map center coords precision --- web/app/Style.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 5202a3fb2..f4868aec3 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -57,5 +57,8 @@ Ext.define('Traccar.Style', { mapRadiusSelected: 14, mapMaxZoom: 19, - mapDelay: 500 + mapDelay: 500, + + coordinatePrecision: 6, + numberPrecision: 2 }); -- cgit v1.2.3