Hi, I've been attempting to use Map_Patch to place multiple images onto an 'Orthographic' map projection. Putting one image up is trivial but when the next one is added the entire scene is erased and the new image is placed. I'd like the behavior to be that the new image is 'added' to the scene not simply relpacing the earlier scene. I'm using map_patch (map_set, map_continents, map_grid) in conjunction with the TV routine so all this is direct graphics. TV does not have an 'overlplot' or 'noerase' feature. My image arrays are large (1000x2000 pixels spanning some 12x15 degree).
So the question is, Is it possible to do this with direct graphics?
If the approach is to use IDL object graphics then is anyone aware of an object oriented form of map_patch?
Thanks for any help, Mike
|