[GRASS5] r.out.gdal

Dear developers,

the newly implemented plugin-mechanism in gdal stops r.out.gdal working.
I have installed the gdal_GRASS.so-module from source and I am able to
show vector and raster-files from GRASS in qgis. So GRASS-Support ist
available.
gdalinfo --formts shows up GRASS on top of the supported formats list.
But when querying gdal-config --formats (like r.out.gdal does), no
GRASS-format is shown up.

We should extend the test for the grass-format to cover this situation
as well, but I have no idea how to realize that.

Cheers
  Stephan

--
Stephan Holl

Check headers for GnuPG Key!
http://www.gdf-hannover.de

the newly implemented plugin-mechanism in gdal stops r.out.gdal
working. I have installed the gdal_GRASS.so-module from source and I
am able to show vector and raster-files from GRASS in qgis. So
GRASS-Support ist available.
gdalinfo --formts shows up GRASS on top of the supported formats list.
But when querying gdal-config --formats (like r.out.gdal does), no
GRASS-format is shown up.

We should extend the test for the grass-format to cover this situation
as well, but I have no idea how to realize that.

this was fixed in CVS in the last two days. Please update and try again.

Hamish