Converts output from routines like CURSOR and WtPointer from device, normal, or data coordinates to longitude and latitude coordinates.
y
lat
Device
Normal
You cannot use this routine when the Projection keyword is set to 99 (3D Mapping onto Sphere) because it is not a projection, but a true 3D representation of the data.
MAP CURSOR, x, y MAP_REVERSE, x, y, lon, lat PRINT, 'Longitude = ', lon, 'Latitude = ', lat
WtPointer (in the PV-WAVE GUI Application Developer's Guide)