[gpsnav] Correct nm calculation
parent
488d865218
commit
a4c1348013
|
|
@ -13,7 +13,7 @@ var loc = {
|
|||
distance: [
|
||||
require("locale").distance,
|
||||
(m) => {
|
||||
return (m / 1.852).toFixed(3) + "nm ";
|
||||
return (m / 1852).toFixed(3) + "nm ";
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue