Changes between Version 18 and Version 19 of HowToTestGrass6
- Timestamp:
- 09/30/08 09:40:50 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToTestGrass6
v18 v19 87 87 == Using wxPython graphical user interface == 88 88 89 Basic map display: 89 === Basic map display === 90 90 * Click in Layer manager on "Add raster map" button, 91 91 * select raster map "elevation@PERMANENT" in properties dialog and click "ok", … … 95 95 ''Expected result: it should just work.'' 96 96 97 Digitizing: 97 === Digitizing === 98 98 * Click in Layer manager on "Add raster map" button, 99 99 * select raster map "ortho_2001_t792_1m@PERMANENT" in properties dialog and click "ok", … … 109 109 [[Image(grass64_digitize.jpg,50%)]] 110 110 111 Extrude 2D vector to 3D vector: 111 === Extrude 2D vector to 3D vector === 112 112 * Go in the layer manager canvas to "Vector" -> "Develop vector map" -> "Extrude 3D vector map". 113 113 * Have the "house" vector map selected, insert "house3d" as new 3D map (Required tab) 114 114 * Go to "Optional" tab and activate "Trace elevation" to make the house bottom line follow the terrain and select "elev_lid792_1m@PERMANENT" as "Elevation map", then "Run". This creates the 3D house vector block. 115 115 116 == Display various maps in GRASS monitor ==116 == Display various maps in classical GRASS monitor == 117 117 118 118 (NOTE: not for native winGRASS, but for Cygwin-winGRASS and Unix compliant installations)