[GRASS5] [bug #1634] (grass) d.mapgraph: survive redraw?

Request Tracker grass-bugs at intevation.de
Wed Feb 12 18:00:10 EST 2003


this bug's URL: http://intevation.de/rt/webrt?serial_num=1634
-------------------------------------------------------------------------

Subject: d.mapgraph: survive redraw?

Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0.0

It would be nice if someone could figure out how to get d.mapgraph to survive a redraw or zoom.

Currently the call to D_add_to_list(G_recreate_command()) is commented out, as the program can take input from stdin, which doesn't get saved to the print list.


maybe 
 if(opt1->answer != NULL) {
    D_add_to_list(G_recreate_command()) ;
 }

instead, i.e. add to the print list only if input comes from an actual disk file.. better than nothing anyway.


any ideas? prepend the stdin input and some pipes to the d.mapgraph command line string?


Hamish


-------------------------------------------- Managed by Request Tracker




More information about the grass-dev mailing list