Skip to content

Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.

License

Notifications You must be signed in to change notification settings

leny/bl72ToLatLng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bl72ToLatLng Build Status No Maintenance Intended

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

About

Conversion from Belgian Lambert 72 projection to WGS84 latitude/longitude.

Resources

License

Stars

Watchers

Forks

Packages

No packages published