Quote:
Originally Posted by klaus
I'm on the way to add GPS support to the program with memorizing the GPS points, displaying them on a map and saving them in a file.
|
Hi Klaus, I shall be very interested in this development. Will the file be in KML format? I have been writing some code to write KML using XML.dll, both using XmlWriter (for initial file) and XmlDocument (for subsequent edit). I put in some styles so that lines can be drawn in multiple colours (there's an example output at
http://www.mjcoon.plus.com/2009-10-nn.kml). You are very welcome to this code if wished. I have not submitted it as a "My creation" because it is rather specific for my purposes!
Regards, Mike.