Closed brian-from-fl closed 10 years ago
The DistanceUnit class should add the DistanceUnit.NAUTICALMILES enumeration. For example:
NAUTICALMILES(1852.0, "NM", "nmi"),
I'll let someone else decide what the second, longer, string should actually be. Most aeronautical charts use "nm" but I've also seen "nmi".
@brian-from-fl thanks a lot
The DistanceUnit class should add the DistanceUnit.NAUTICALMILES enumeration. For example:
NAUTICALMILES(1852.0, "NM", "nmi"),
I'll let someone else decide what the second, longer, string should actually be. Most aeronautical charts use "nm" but I've also seen "nmi".