Hi, 2012/11/14 Aldo Clerici <[email protected]>: > Surely due to my scarce practice with the wxpython GUI > (grass-6.4.svn_src_snapshot_2012_09_15) I’m not able to insert a command in > the Layer Manager tree. I click the ‘Add grid or vector labels overlay’ > button in the Layer Manager, then the ‘Add command layer’ option. A blank > layer is added in the Layer Manager. I type the command, for example d.rast > geology (Spearfish data), in the layer, then Enter, but the map is not > displayed in the Map Display, not even by using the Display and Render > buttons (the Render option is on anyway) . Where did I go wrong?
command map layer is something like artefact from TCL/TK GUI and not really used by most of users I would guess. You need to type the name of the first parameter, so `d.rast map=geology`. This should be fixed in r53811 (6.4.3svn), where `d.rast geology` should work. Testing welcomed. Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
