[GRASS5] g.list still buggy

On Tue, May 01, 2001 at 08:43:10PM +0100, Markus Neteler wrote:

Hi Huidae
(cc to Artemis)

find attached a related comment for the 8bit V_stuff
from Artemis.

Yours

Markus

Hi,
g.list still doesn't display titles for dig and site files,
but for raster files with same names.

I beleive, the problem is in files site_lists.c and dig.c in
src/general/manage/lister:

They both contain the G_get_cell_title function instead of
corresponding dig and sites one (are there such in gis library?).

Hope this helps,

Artemis.

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Hi Artemis,

On Wed, May 02, 2001 at 02:43:27AM +0700, Artemis wrote:

Hi,
g.list still doesn't display titles for dig and site files,
but for raster files with same names.

I beleive, the problem is in files site_lists.c and dig.c in
src/general/manage/lister:

They both contain the G_get_cell_title function instead of
corresponding dig and sites one (are there such in gis library?).

Hope this helps,

for me it works. Please check if you updated
cvs up src/general/manage
properly.

To recompile:

gmake5 -i src/general/manage

Kind regards

Markus

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

Artemis wrote:

g.list still doesn't display titles for dig and site files,
but for raster files with same names.

I beleive, the problem is in files site_lists.c and dig.c in
src/general/manage/lister:

They both contain the G_get_cell_title function instead of
corresponding dig and sites one (are there such in gis library?).

There weren't; I've added them now, and changed the "lister"s to use
them.

--
Glynn Clements <glynn.clements@virgin.net>

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'