kgraefe / skytraq-datalogger

Automatically exported from code.google.com/p/skytraq-datalogger. I do not maintain the project. Just forked it before Google Code shuts off.
1 stars 0 forks source link

Waypoints support #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
A waypoint is generated by pressing the button on the Canmore GT-730FL-S and 
the dongle acknowledges the position by flashin the blue led.

With the commercial software you get at the beginning of the gpx a section with 
the waypoints definitions 
<wpt lat="45.123456" lon="13.123456">
<ele>327.622752</ele>
<time>2012-04-13T05:04:35Z</time>
<name><![CDATA[Lat:45.123456, Lon:13.123456, Ele:327.622752]]></name>
</wpt>

What is the expected output? What do you see instead?
Dumping the data with skytraq-datalogger --dump > out.gpx only the tracks are 
saved and there are no waypoints

What version of the product are you using? On what operating system?
skytraq-datalogger_0.5-1_amd64.deb on Debian Squeeze

Please provide any additional information below.
Great software btw, you made my day! ;-)
Danke!

Original issue reported on code.google.com by cvel...@gmail.com on 13 Apr 2012 at 11:08