diff options
author | jcardus <joaquim.cardeira@gmail.com> | 2019-07-17 06:32:42 +0200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2019-07-16 21:32:42 -0700 |
commit | 34fd688c0c9bde351824de56bec83ad4583daf7a (patch) | |
tree | cdf35b65d09b7c45fbf4796122186c4f8f953c21 /web/app/Style.js | |
parent | 37e28a7569d38f5aa2b1a18cf188b969347717b0 (diff) | |
download | trackermap-web-34fd688c0c9bde351824de56bec83ad4583daf7a.tar.gz trackermap-web-34fd688c0c9bde351824de56bec83ad4583daf7a.tar.bz2 trackermap-web-34fd688c0c9bde351824de56bec83ad4583daf7a.zip |
Animate marker on updateLatest (#748)
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 47c49a96..371e05a1 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, |