elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
986 stars 24.82k forks source link

Enhance DistanceUnit to recognize nautical miles. #5085

Closed brian-from-fl closed 10 years ago

brian-from-fl commented 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".

chilling commented 10 years ago

@brian-from-fl thanks a lot