sample-gp-tools
sample-gp-tools copied to clipboard
Writing multiple gpx files in loop
Thanks a lot for this! I'm trying to write several GPX files, both tracks and waypoints in a loop. Despite clearly providing different paths for inputFC and outGPX, the code produces appended tracks, i.e. the second gpx file I produce in the loop contains all the information from the first one as well, and so on. Can you advise how to solve this?