chrisveness / geodesy

Libraries of geodesy functions implemented in JavaScript
http://www.movable-type.co.uk/scripts/geodesy-library.html
MIT License
1.17k stars 203 forks source link

Where are the docs on how to update to 2.0? #58

Open ThiefMaster opened 5 years ago

ThiefMaster commented 5 years ago

For example, my project was using import LatLon from 'geodesy/latlon-vectors'; - but this was removed in 2.0, and there's no information with what to replace it. latlon-spherical? latlon-nvector-spherical?

chrisveness commented 5 years ago

I will have to write up some notes!

I will have to check to be certain, but I think everything from latlon-vectors.js is now in latlon-nvector-spherical.js.

You may find www.movable-type.co.uk/scripts/geodesy-library.html a useful resource.

chrisveness commented 5 years ago

I've written up some migration notes at www.movable-type.co.uk/scripts/geodesy-library-migrating-from-v1.html.

Let me know if I've missed anything!