aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/DistanceUnits.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/DistanceUnits.js')
-rw-r--r--web/app/store/DistanceUnits.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/store/DistanceUnits.js b/web/app/store/DistanceUnits.js
index df0bb47..276da0e 100644
--- a/web/app/store/DistanceUnits.js
+++ b/web/app/store/DistanceUnits.js
@@ -27,6 +27,10 @@ Ext.define('Traccar.store.DistanceUnits', {
key: 'mi',
name: Strings.sharedMi,
factor: 0.000621371
+ }, {
+ key: 'nmi',
+ name: Strings.sharedNmi,
+ factor: 0.000539957
}],
formatValue: function (value, unit) {