furkot / export-gpx

Generate GPX files from Furkot trip data.
https://trips.furkot.com
0 stars 0 forks source link

Garmin GPX Route Export #3

Closed allthingssatnav closed 9 years ago

allthingssatnav commented 9 years ago

Is adding a Route for the final Day when there is no route for that Day. This only happens when Garmin GPX and Routes is selected (appended Points have no effect).

allthingssatnav commented 9 years ago

In the latest build that supports Garmin Routes and the selection of Routes + Points and Tracks, when Routes and/or Tracks are selected, the output GPX file still produces an empty Route and/or Track on the last Day of a Trip when the last Day is a multi-day layover Stop which has no route.

allthingssatnav commented 9 years ago

Sorry, inadvertently closed.

allthingssatnav commented 9 years ago

Garmin GPX Routes Export appears to be working very well.

melitele commented 9 years ago

fixed - empty routes/tracks are discarded before the data is passed to this module

allthingssatnav commented 9 years ago

The Furkot Garmin GPX Routes Export is placing an additional Subclass element just before closing the RoutePointExtension for both ViaPoint (STOP) and ShapingPoint (Pass-through). This causes issues with the route in some devices where ShapingPoints are not always read properly. This additional Subclass element should not be added. Example:

screen shot 2015-06-20 at 10 10 11

I missed this in my initial testing as the route I was using was too simple.

See #8