LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get a map image file(JPEG,PNG) behind XY Graph ??

Greetings,

 

If any one can tell how to get a map image file(JPEG,PNG) behind XY Graph ?? for the plotting of lat/long data....I want to draw a circle at a specific location not getting further info about it.

 

I have stuck on this getting issue with the draw circle property.

 

I am attaching the vi here kindly let me know how to cater this problem.

 

Regards

Download All
0 Kudos
Message 1 of 4
(3,094 Views)

Draw circle is for pictures, not graphs.  Consider replacing the XY graph with a picture control.  There are functions for plotting XY data onto a picture control.

 

Lynn

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

Hi Axher,

 

you may still use the picture draw functions. All you have to do then is to use the "plot image.background" property of the graph...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 4
(3,090 Views)

There is a method that does most of the work for you, getting the offset is the final trick.

 

CircleOnPlot.png

 

I took out the background image since it made the snippet too large.  I would put the map on the back image and the circle on the front.

Message 4 of 4
(3,085 Views)