diff options
Diffstat (limited to 'web/app/store/DistanceUnits.js')
-rw-r--r-- | web/app/store/DistanceUnits.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/store/DistanceUnits.js b/web/app/store/DistanceUnits.js index df0bb472..276da0e7 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) { |