I have a large satellite picture that I want to graph GPS waypoints on. I can successfully use the image as the background for the graph, however the image is so big that it takes up more than the whole screen. I know the GPS boundaries of the image, which are fixed, so I use them to set the graph axes.
This is what I'm doing now, and how I currently understand it:
I am using the Plot Image.Middle Property to append the picture to the graph. From this, I can successfully plot points on top of the image. However, as far as I understand it, when you use this method, no matter what you change the axes values to, the image will always be plotted with the upper left corner of the image starting at the upper left corner of the graph.
This is what I want to do:
What I want to do is be able to affix the image to the correct set of GPS coordinate boundaries, and then, by changing the graph scale, move around the image to only the coordinates of interest at the time. Basically, I want to be able to use my graph axes to move my ROI. (Imagine passing back and forth over a large map with a magnifying glass... the whole map is there, but you only see the area covered by the magnifying glass... in this case, I want to use the graph as the "magnifying glass" and the graph axes to specify the position of the "magnifying glass"). Eventually the goal would be to have the graph set to autoscale, so whenever I graph a particular GPS location, the axes would automatically adjust to frame the area surrounding the point being graphed, and the correct portion of the satellite image would be shown.
Does that make sense? It seems a little difficult to explain.
Any help would be appreciated, and let me know if I need to explain anything better.
Thanks!
LMEE