<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Aug 15, 2023 at 1:39 PM Eric Patton via grass-user <<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I am having trouble getting the Grass GUI map window mouse coordinates to<br>
display Lat-Long WGS84 coordinates in the lower-left corner of the display<br>
window.<br>
<br>
I checked the GUI settings Projection tab, and it is set to EPSG:4326,<br>
and references /usr/local/share/proj/epsg, but I can't find this file anywhere<br>
on my system.<br></blockquote><div><br></div><div>I have there /usr/share/proj/epsg</div><div><br></div><div>but even if you can't find it, entering 4326 and proj string</div><div>+proj=longlat +datum=WGS84 +no_defs +type=crs </div><div><br></div><div>should do it. Then, you have to switch that on in map display settings (see map display toolbar) -> Status bar -> Display coordinates in different CRS</div><div>The idea was to move the epsg panel in GUI settings to the map display settings, but this part never got finished...</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Here are the closest matches:<br>
<br>
cd /usr<br>
<br>
find . -name "*epsg*"<br>
./include/boost/geometry/srs/epsg.hpp<br>
./include/boost/geometry/srs/projections/epsg_params.hpp<br>
./include/boost/geometry/srs/projections/epsg.hpp<br>
./include/boost/geometry/srs/projections/epsg_traits.hpp<br>
./include/geotiff/epsg_datum.inc<br>
./include/geotiff/epsg_proj.inc<br>
./include/geotiff/epsg_gcs.inc<br>
./include/geotiff/epsg_units.inc<br>
./include/geotiff/epsg_ellipse.inc<br>
./include/geotiff/epsg_vertcs.inc<br>
./include/geotiff/epsg_pm.inc<br>
./include/geotiff/epsg_pcs.inc<br>
./local/gdal-3.7.1/data/epsg.wkt<br>
./local/gdal-3.7.1/ogr/ogr_fromepsg.cpp<br>
./local/gdal-3.7.1/swig/python/gdal-utils/osgeo_utils/samples/epsg_tr.py<br>
./local/gdal-3.7.1/build/ogr/CMakeFiles/ogr.dir/ogr_fromepsg.cpp.o<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_datum.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_proj.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_gcs.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_units.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_ellipse.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_vertcs.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_pm.inc<br>
./local/gdal-3.7.1/frmts/gtiff/libgeotiff/epsg_pcs.inc<br>
./local/lib/python3/dist-packages/osgeo_utils/samples/epsg_tr.py<br>
./local/lib/python3/dist-packages/osgeo_utils/samples/__pycache__/epsg_tr.cpython-38.pyc<br>
./local/share/gdal/epsg.wkt<br>
<br>
Here's my system: (Linux Mint 20.3)<br>
<br>
g.version -gre<br>
version=<a href="http://8.3.dev" rel="noreferrer" target="_blank">8.3.dev</a><br>
date=2023<br>
revision=b3ba6c290d<br>
build_date=2023-08-14<br>
build_platform=x86_64-pc-linux-gnu<br>
build_off_t_size=8<br>
libgis_revision=a82501dc85<br>
libgis_date=2023-02-27T12:45:25+00:00<br>
proj=8.2.0<br>
gdal=3.7.1<br>
geos=3.12.0<br>
sqlite=3.31.1<br>
<br>
<br>
My proj installation was installed by Synaptic package manager, in the standard<br>
places, /usr/bin and /usr/share/proj.<br>
<br>
Thanks for any helps,<br>
<br>
~ Eric.<br>
<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div></div>