LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do you plot a path using a .kml file in an embedded google earth in Labview?

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!

 

 

0 Kudos
Message 1 of 4
(3,481 Views)

Are you asking how to get a path in a kml file or how to get a kml file into google earth within labview?

0 Kudos
Message 2 of 4
(3,462 Views)

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.

0 Kudos
Message 3 of 4
(3,447 Views)

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,

0 Kudos
Message 4 of 4
(3,424 Views)