bl72tolatlng
v1.0.1
Published
Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.
Downloads
8
Maintainers
Readme
bl72ToLatLng
Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.
Install
$ npm install --save bl72tolatlng
Usage
var bl72ToLatLng = require( "bl72tolatlng" );
bl72ToLatLng( 235166, 148974 ); // returns { "latitude": 50.645173, "longitude": 5.572941 }
License
Algorithms are taken from this site.
MIT © leny