ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
26 stars 13 forks source link

Coordinate readout in lat,lon #72

Closed howff closed 6 months ago

howff commented 6 months ago

Currently the query tool displays the marker location coordinate in the projection units, but would it be possible to also display it in degrees latitude,longitude ?

gillins commented 6 months ago

Indeed possible. Might be time to tidy up the other option buried here ("Switch between map and pixel coordinates") and have a unified combo box that allows selection of map/latlong/pixel coordinates?

gillins commented 6 months ago

@howff can you have a look at https://github.com/ubarsc/tuiview/pull/73 and confirm this is what you are after? @tonykgill I think you were the original author of the row/column thing. Are you happy with the way i've done this?

howff commented 6 months ago

That's brilliant, thank you, and I think it's much more intuitive to have the drop-down than the relatively hidden "switch between" menu.

tonykgill commented 6 months ago

@gillins. I have no recollection of doing this. So I guess I'm happy as long as it works.