Lucien wrote: > I would like to know if there is a way to change > the map order on a Monitor with line command (i.e > with a d.* command).
Use 'd.save -a > draw.sh' to save the monitor's command list to a file, then edit that file, and either run (source) the script or cut & paste to the terminal. 'd.save remove=1,3,5" is also useful for removing commands from the middle of the stack. the other d.save outputs append a "# 3" comment to let you know the numbering if there are many. Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
