Ticket #822 (closed enhancement: fixed)
GRASS5.7+ coordinate system patch
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | GDAL_Raster | Version: | unspecified |
| Severity: | minor | Keywords: | grass |
| Cc: | neteler, mloskot |
Description (last modified by mloskot) (diff)
Frank, find attached the patch to enable projection support in the GRASS/GDAL plugin. It's fairly straightforward: - added libgrass_gproj.so to the build process - copies during compilation the files datum.table + ellipse.table from GRASS source code to /usr/.../share/ directory, within that I generate grass/etc/ to keep the structure clean. These files are used by GPJ_grass_to_wkt() That's it. I don't face problems of circular dependencies at it was once for Radim (maybe things changed in GRASS, I don't remember). TODOs: * gdal/frmts/grass/pkg/configure: please run autoconf as I have an older version * gdal/frmts/grass/grass57dataset.cpp: - hardcoded path to fake_gisbase - maybe hasGisbase can be retired, I left it for now Hopefully it works as well for you so that GDAL (so also QGIS, Mapserver etc) see the GRASS map projection. Cheers Markus
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

