GPSBabel / gpsbabel

GPSBabel: convert, manipulate, and transfer data from GPS programs or GPS receivers. Open Source and supported on MacOS, Windows, Linux, and more. Pointy clicky GUI or a command line version...
https://www.gpsbabel.org
GNU General Public License v2.0
477 stars 127 forks source link

resolve maintanence issue in interpolate & resample filters. #1161

Closed tsteven4 closed 1 year ago

tsteven4 commented 1 year ago

Instead of manually creating a deep copy of the route list with an empty waypoint list we operate on the original route list by swapping it's waypoint list with an empty list. This is both more efficient and easier to maintain.