Closed GoogleCodeExporter closed 9 years ago
On a second look I see that the named notes are saved in the GPX file like
follows:
<trkpt lat="45.39094579" lon="25.44038607">
<ele>1604.199951171875</ele>
<time>2011-10-12T08:52:26Z</time>
<name>pestera</name>
<extensions>
<ogt10:accuracy>35.0</ogt10:accuracy></extensions>
</trkpt>
Which is not shwn either in GoogleEarth, nor in Prune.
It looks like (at least these 2 programs) are prefering the following format:
<wpt lat="45.42591094" lon="25.44480955">
<ele>2036.59997558594</ele>
<name>cascada</name>
</wpt>
Maybe an anhancement can be introduced to have the notes saved as <wpt>
Original comment by cristian...@gmail.com
on 28 Oct 2011 at 9:14
Garmin devices store points you make along the track as <wpt>. We at
Breadcrumbs parse those as waypoints as well, through the API and through the
Garmin JS library.
I think such waypoints should be stored as <wpt>. thats the common way to do it.
Original comment by chri.klo...@gmail.com
on 25 Nov 2011 at 1:31
This issue was closed by revision r1176.
Original comment by rcgr...@gmail.com
on 27 Dec 2011 at 5:02
Original issue reported on code.google.com by
cristian...@gmail.com
on 24 Oct 2011 at 11:18