twd97-to-latlng
v1.0.0
Published
convert TWD97 to latitude-longitude
Downloads
6
Readme
twd97-to-latlng
A Node.js module to convert TWD97 to Latitude-Longitude
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 <[email protected]>