Open GoogleCodeExporter opened 9 years ago
I've had-edited a file from the garmin_gpx output structure - which is about
this:
<gpx>
<rte>
<rtept />
...
</rte>
</gpx>
Using some search/replace and adding a single pair of tags to achieve
<gpx>
<trk>
<name>...</name>
<trkseg>
<trkpt />
...
</trkseg>
</trk>
</gpx>
Makes it work just fine in at least JOSM.
Original comment by msieb...@gmail.com
on 22 Aug 2009 at 9:27
The attached patch (applies to SVN trunk) fixes this.
- Changes all "rte" and "rtept" to "trk" and "trkpt", respectively.
- Inserts "trkseg" tags around the tracks.
Original comment by msieb...@gmail.com
on 22 Aug 2009 at 9:43
Attachments:
Patch in issue 15 does this, and then some, including named points for JOSM.
Original comment by tuomo.ko...@gmail.com
on 29 Jan 2010 at 8:47
Cool! I just didn't see any mention of that in the comments for the bug.
Original comment by msieb...@gmail.com
on 29 Jan 2010 at 9:37
Original issue reported on code.google.com by
msieb...@gmail.com
on 22 Aug 2009 at 9:15