Skip to content

Releases: codice/usng.js

Added UPS coordinate conversions for Lat/Lon to UTM

04 Oct 19:03
Compare
Choose a tag to compare

This release adds UPS capability to the UTM conversions in order to return coordinates for the poles. This also updates the usng script to TypeScript and will require npm run build in order to build the dist JS files.

Improved Performance and added spec compliant UTM functions

18 Jul 19:03
d254aab
Compare
Choose a tag to compare

This release updates the package.json and bower.json so the project can be published. It also includes a small performance update as well as two additional methods to return/take a UTM compliant Northing value for the Southern hemisphere as opposed to the negative value that we use internally when doing the Lat/Lon to USNG/MGRS conversions.

Bug fixes

14 Jun 13:46
Compare
Choose a tag to compare

Fixed intermittent northing issue in some areas of the globe
Removed underscore as a dependency

Improved accuracy

22 Oct 15:56
Compare
Choose a tag to compare

This release improves accuracy of the LL to USNG and USNG to LL conversions and fixes a number of bugs associated with performing these conversions around the globe.

Initial release

25 Mar 19:23
Compare
Choose a tag to compare

Initial release.

Updated original script to be AMD compatible.
Added many enhancements for converting lat/lon to usng and back.
Added many unit tests to verify that conversions work correctly for points and bounding boxes.