slazav / mapsoft2

Programs for map handling, based on mapsoft2-libs
https://slazav.github.io/mapsoft2/
GNU General Public License v3.0
6 stars 1 forks source link

modules/geo_data: geo-conversions for tracks, lines, etc. using new proj6 api #38

Open slazav opened 4 years ago

slazav commented 4 years ago

libproj6 allows conversion of arbitrary structures with one call of proj_trans_generic(). It is possible to make a template function for converting tracks, waypoint lists, etc.