JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q38062F
  • License EPL-1.0

ISO 6709 Point Location - Typescript Implementation

Package Exports

  • pointlocation6709-ts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pointlocation6709-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Build Status Coverage Status Main distribution npm

Point Location 6709

A TypeScript representation of ISO 6709 geographic point location by coordinates. Validity is enforced by unit tests. (See the sister project, a Java library for Point Location 6709, which more full-featured, with a parser and formatter.)

Download

You can download the TypeScript library from npm.

Development

Install Pre-requisites

Run

npm install

Test

Run

npm test

Build

Run

npm run build

Publish

To check packaging, run

npm pack

To publish, run

npm publish

Resources Used to Create This Library