wasimmer / gh615

Automatically exported from code.google.com/p/gh615
0 stars 0 forks source link

Upgrade to GPX 1.1 #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi there,

Don't know if this is still being maintained.  I use the console version all 
the time on my Fedora 13 box, and it's great.  Thanks for the good work.  
(Upload to RunKeeper for fitness tracking)

A quick fix to exportTemplates/gpx.txt:

Most fitness apps seem to want gpx 1.1 instead of 1.0.  Seems to only require a 
header change.  

< <gpx version="1.0"
<   creator="code.google.com/p/GH615"
<   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<   xmlns="http://www.topografix.com/GPX/1/0"
<   xsi:schemaLocation="http://www.topografix.com/GPX/1/0
<                       http://www.topografix.com/GPX/1/0/gpx.xsd">
8a3
> <gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.1" creator="SportTracks 
2.1" xmlns="http://www.topografix.com/GPX/1/1">
23c18
< </gpx>

Original issue reported on code.google.com by brianhone@gmail.com on 30 Nov 2010 at 7:50

GoogleCodeExporter commented 9 years ago

Original comment by t...@hennig.cc on 7 Apr 2011 at 6:58