mbloch / mapshaper-proj

A JavaScript port of the Proj.4 map projection library.
Other
37 stars 5 forks source link

Add support for interrupted versions of Good Homolosine #12

Open TomBor opened 3 years ago

TomBor commented 3 years ago

Would be great to use this projections with mapshaper. Information about both versions in proj website :

Recent improvement in mapshaper (antimeridian and circular clipping) are really great but maybe this kind of projection involve a different way of clipping.

mbloch commented 3 years ago

Thanks for the links :) I'll be working on interrupted projections soon... I'll probably put all the clipping work in the main mapshaper repo, and keep mapshaper-proj focused on transforming individual coordinates (like the PROJ library that it's based on). See: https://github.com/mbloch/mapshaper/issues/483.