mgrs

WebJar for mgrs

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

mgrs
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

mgrs
WebJar for mgrs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/proj4js/mgrs

Download mgrs

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/mgrs/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>mgrs</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mgrs/
implementation 'org.webjars.npm:mgrs:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/mgrs/
implementation ("org.webjars.npm:mgrs:1.0.0")
'org.webjars.npm:mgrs:jar:1.0.0'
<dependency org="org.webjars.npm" name="mgrs" rev="1.0.0">
  <artifact name="mgrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mgrs', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "mgrs" % "1.0.0"
[org.webjars.npm/mgrs "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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 following license agreement:

Versions

Version
1.0.0
0.0.3
0.0.2