Closed johnjore closed 2 years ago
In https://github.com/BlueToque/SharpGPX/blob/main/SharpGPX/GPX1_1/Garmin/Extensions.cs there are now extension methods to access the Garmin RoutePointExtension and others. there's also some example code in https://github.com/BlueToque/SharpGPX/blob/main/Examples/Utility/Examples.cs
I'll extend these to address other extensions as time allows.
In some software packages, sample is from Garmin BaseCamp, it's possible to provide two GPS positions, and tell the software to create a route from A to B.
When exporting to a GPX, these routing points are included, but I don't think SharpGPX can see / import these waypoints, but will import the start and finish, and I end up with a straight line.
My current workaround is to convert the route to a track, and back to a route in the Garmin software, and then export it. This way I get the routing points in a way that SharpGPX can see.
Would be nice if SharpGPX could read these routing points directly.
Sample file: