I am having some trouble getting georeferenced jpg files to appear on my web application. I am using a georeferenced pair of files *.jpg and *.jgw. I am using StaticOverlay to display my map data, and DynamicOverlay for things like highlighting, selection sets, and picking. I decided to use the BackgroundOverlay for background images (aerial photography). I think I have successfully added a single image (GdiPlusRasterLayer) to the background overlay. I have checked the overlay using Map1.BackgroundOverlay.GetBoundingBox() and it returns the rectangle where I want to display the jpg but I can't see any indication of the image file in the map window.
Any ideas?
Charles