Hi, I'm trying to load an image (from local disk) onto a specific location on the map, some sort like placing a geotag image onto a map.
I have defined my own layer, inherited from DynamicLayer and tried to override the GetSource method. My bitmap image is able to load, but my question is how do I set / calculate the extent, width and height ( as per GetSource parameters) such that the image extent and size changes proportionaly in size when zoom in / out?
thanks!