Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

v1.1.0

Latest

Choose a tag to compare

@Starefossen Starefossen released this 30 Jul 07:52
· 2 commits to master since this release

New Features:

  • Add support for dms strings without comas #1 (thanks to @rayshan)
var dec = dms2dec("60/1 21/1 4045/100", "N", "5/1 22/1 1555/100", "E");
// dec[0] == 60.36123611111111, dec[1] == 5.370986111111111

Docs:

  • Update examples in README with all supported dms strings (dafd91a)