View Issue Details

IDProjectCategoryView StatusLast Update
0002101GeoSetterUser Interfacepublic2022-12-22 02:04
ReporterLindi Assigned ToFriedemann  
PrioritynormalSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version3.5.1 
Target VersionFixed in Version 
Summary0002101: Error in reading GPX data
DescriptionMy tracker records the GPXdata with waypoints for pauses and trackdata for the tracks.
geosetter can't read the norm conform GPX data.
An example where i skipped a lot of WPTs and trks for better reading:
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" version="1.1" creator="http://gpxframework.com">
    <metadata>
        <name>270720_11:15:52.gz</name>
        <bounds minlat="64.141342" minlon="-21.951132" maxlat="64.153488" maxlon="-21.912024">
        </bounds>
        <extensions>
            <gpxdata:nt>10747</gpxdata:nt>
            <gpxdata:at>27311</gpxdata:at>
        </extensions>
    </metadata>
    <wpt lat="64.144096" lon="-21.917263">
        <ele>0.000000</ele>
        <time>2020-07-27T11:16:11Z</time>
        <cmt>00:04:15</cmt>
        <type>pause</type>
        <extensions>
            <gpxdata:nt>25</gpxdata:nt>
        </extensions>
    </wpt>
    <trk>
        <trkseg>
            <trkpt lat="64.144287" lon="-21.916977">
                <ele>25.763964</ele>
                <time>2020-07-27T11:16:08Z</time>
            </trkpt>

            <trkpt lat="64.145760" lon="-21.925636">
                <ele>13.942226</ele>
                <time>2020-07-27T18:41:06Z</time>
            </trkpt>
            <trkpt lat="64.145866" lon="-21.925543">
                <ele>13.759905</ele>
                <time>2020-07-27T18:49:08Z</time>
            </trkpt>
            <trkpt lat="64.145859" lon="-21.925539">
                <ele>13.683279</ele>
                <time>2020-07-27T18:49:09Z</time>
            </trkpt>
            <trkpt lat="64.145859" lon="-21.925541">
                <ele>13.683279</ele>
                <time>2020-07-27T18:49:10Z</time>
            </trkpt>
        </trkseg>
    </trk>
</gpx>
Steps To Reproduceopen tracks (ctrl+T)

Error Message:
270720.gpx - Ohne Namen 1 (0Punkte)
Reference to undeclared namespace prfix: 'gpxdata'.

Linie: 8 <gpxdat:nt)10747</gpxdata:nt>
TagsGPS trace

Relationships

has duplicate 0002102 closedheiko Error in reading GPX data 

Activities

heiko

2020-09-15 22:13

developer   ~0003835

if I delete the data between
<extensions>
..
</extensions>
then the GPX file works. I don't know how often you have delete this data. In your example it was 2x.
Perhaps you can convert your file with GPSBabel

Issue History

Date Modified Username Field Change
2020-08-30 15:09 Lindi New Issue
2020-08-30 15:09 Lindi Tag Attached: GPS trace
2020-09-15 22:13 heiko Note Added: 0003835
2020-09-15 22:15 heiko Relationship added has duplicate 0002102
2022-12-22 02:04 Friedemann Status new => assigned
2022-12-22 02:04 Friedemann Assigned To => Friedemann