03-04-2013 03:18 PM - edited 03-04-2013 03:26 PM
Over the last few days I have been reading all the google earth and lv postings that I can find and I have downloaded a variety of vis and examples that people have posted. I haven't been able to find or figure out a way to display a .kml file that I am creating based on a path of lat and long values in an embedded google earth map in labview. I was hoping to have the user select a portion of the path on a x,y lv graph and then use those cursor coordinates to create a kml file of the lat and long values of that selected path (I have already completed this portion of the code) and display that alongside in a google earth map. All the examples I have found show how to display a point in the embedded GE map - does anyone know how to display a number of points along a path?
Thanks so much!
03-04-2013 11:34 PM
Are you asking how to get a path in a kml file or how to get a kml file into google earth within labview?
03-05-2013 09:33 AM
I know how to create the .kml file - I just want to know how to open it in an embedded google earth map within labview.
03-06-2013 02:46 PM
Hi,
I have found an example thatprogramatically creates and modifies a .kml file with pushpin information:
https://decibel.ni.com/content/docs/DOC-11225
Regards,