I need to be able to change the units of the mouse coordinates display between latlon and my project map units. I saw a java implementation in a previous post, but I don't know how to implement that in my project. Basically, I want to specify that the mouse coordinates display in my map coordinates (which is easy), or in lat lon, and I want to be able to change from one to the other and back again at will. Any ideas?
Charles