[josm-dev] New GPX handling now in josm-latest.jar
    Gabriel Ebner 
    ge at gabrielebner.at
       
    Thu Nov  1 13:29:31 GMT 2007
    
    
  
On Thu, Nov 01, 2007 at 02:07:27PM +0100, Kai Stian Olstad wrote:
> I have now tried the josm-latest on my Linux box and the GPX dosen't
> show here either.
> But GPX file strait from my Garmin does work.
> It is the GPX files that I have opened up in Mapsource and deleted
> some unnecessary tracks and points thats fails.
> 
> One of many GPX files that dosen't work can be download here:
> http://olstad.com/20070911.gpx
I can confirm that bug, it's because we don't implement the <extensions>
element at the moment.  For now you can work around that by commenting it out:
    <name>ACTIVE LOG172854</name>
    <!--extensions>
      <gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
        <gpxx:DisplayColor>White</gpxx:DisplayColor>
      </gpxx:TrackExtension>
    </extensions-->
    <trkseg>
I'll see whether I can hack up a fix.
  Gabriel.
    
    
More information about the josm-dev
mailing list