1.0.0 • Published 7 years ago

twd97-to-latlng v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

twd97-to-latlng

A Node.js module to convert TWD97 to Latitude-Longitude

NPM

Installation

Install via NPM:

npm install twd97-to-latlng

Usage

Provided only one function to convert TWD97 to Latitude-Longitude:

var twd97tolatlng = require('twd97-to-latlng');

console.log(twd97tolatlng(197400, 2630000));

License

Licensed under the MIT License

Authors

Copyright(c) 2017 Fred Chien <cfsghost@gmail.com>