diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 5 |
1 files changed, 4 insertions, 1 deletions
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 }); |