mgrs
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

mgrs

Utility for converting between WGS84 lat/lng and MGRS coordinates, spunoff from proj4js

has 3 methods

  • forward, takes an array of [lon,lat] and optional accuracy and returns an mgrs string
  • inverse, takes an mgrs string and returns a bbox.
  • toPoint, takes an mgrs string, returns an array of '[lon,lat]'

install dev dependencies with

npm install

test with

npm test

build with

npm run build

Licensed under the MIT license except:

Portions of this software are based on a port of components from the OpenMap com.bbn.openmap.proj.coords Java package. An initial port was initially created by Patrice G. Cappelaere and included in Community Mapbuilder (http://svn.codehaus.org/mapbuilder/), which is licensed under the LGPL license as per http://www.gnu.org/copyleft/lesser.html. OpenMap is licensed under the this license agreement

references:

Versions

Current Tags

Version History

Package Sidebar

Install

npm i mgrs

Weekly Downloads

221,050

Version

2.0.0

License

MIT

Unpacked Size

124 kB

Total Files

10

Last publish

Collaborators

  • ahocevar
  • cwmma
  • danieljdufour