View Issue Details

IDProjectCategoryView StatusLast Update
0002041GeoSetterImage Datapublic2022-12-22 02:04
Reportertman39 Assigned ToFriedemann  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version3.5 
Target VersionFixed in Version 
Summary0002041: GeoSetter fails to create GPX track file without errors.
DescriptionUsing GeoSetter V3.5.0
& Garmin Basecamp V4.7.0
Both are latest up-to-date versions.

Selected 6 pictures with GPS info in GeoSetter and used
GeoSetter->File->'Export to GPX Track File'. No errors shown by GeoSetter.
GeoSetter shows correct track in Map window. Track agrees with manually produced track in BaseCamp. Lat/Long's from selected pictures were used to create a route which was then converted to a track using GPSBabel V1.6.0.

When Basecamp tries to import TrackFile.gpx produced by GeoSetter, Basecamp says "Unknown Error Opening Import file" and fails to import.

Error is repeatable with different sets of pictures/track file.
Steps To ReproduceExited GeoSetter and then re-invoked GeoSetter.
Selected different pictures from different folder.
Same ERROR result in BaseCamp.
TagsNo tags attached.

Relationships

has duplicate 0002042 closedheiko GeoSetter fails to create GPX track file without errors. 

Activities

heiko

2019-05-23 21:51

developer   ~0003722

this is the second line in a GPX file which is written form GeoSetter:
<gpx version="1.0" creator="GeoSetter - http://www.geosetter.de">

it seems, that this part is missing:
xmlns="http://www.topografix.com/GPX/1/0"

if you add this missing part to the second line RouteConverter can read the GPX file which was created from GeoSetter:
<gpx version="1.0" creator="GeoSetter - http://www.geosetter.de" xmlns="http://www.topografix.com/GPX/1/0">

Ok, this is only a workaround, but I hope it helps

Issue History

Date Modified Username Field Change
2019-05-18 21:13 tman39 New Issue
2019-05-23 21:42 heiko Relationship added has duplicate 0002042
2019-05-23 21:51 heiko Note Added: 0003722
2022-12-22 02:04 Friedemann Status new => assigned
2022-12-22 02:04 Friedemann Assigned To => Friedemann