From 34fd688c0c9bde351824de56bec83ad4583daf7a Mon Sep 17 00:00:00 2001 From: jcardus Date: Wed, 17 Jul 2019 06:32:42 +0200 Subject: Animate marker on updateLatest (#748) --- web/app/Style.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 47c49a9..371e05a 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -81,6 +81,9 @@ Ext.define('Traccar.Style', { mapGeofenceWidth: 5, mapGeofenceRadius: 9, + mapAnimateMarkerDuration: 2000, + mapAnimateMarkerTimeout: 40, + coordinatePrecision: 6, numberPrecision: 2, -- cgit v1.2.3