bl72tolatlng

1.0.1 • Public • Published

bl72ToLatLng Build Status

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

Package Sidebar

Install

npm i bl72tolatlng

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • leny