Hi,
doesn anyone know why maps drawn with d.area don't
show up in the internal GRASS monitor list (so d.zoom
doesn't realize a d.area-drawn map, but works well with
a d.vect-drawn map):
GRASS:~ > d.area idrarp
Plotting ... 100%
GRASS:~ > d.frame -l
rast:
vect:
site:
GRASS:~ > d.vect idrarp
GRASS:~ > d.frame -l
rast:
vect:idrarp@PERMANENT
site:
Best regards
Markus
Markus Neteler wrote:
doesn anyone know why maps drawn with d.area don't
show up in the internal GRASS monitor list (so d.zoom
doesn't realize a d.area-drawn map, but works well with
a d.vect-drawn map):
I note that d.vect has:
D_set_dig_name(G_fully_qualified_name(map_name, mapset));
D_add_to_dig_list(G_fully_qualified_name(map_name, mapset));
but d.area doesn't.
Both call D_add_to_list(), but d.zoom doesn't appear to read that.
--
Glynn Clements <glynn.clements@virgin.net>