Changes between Version 18 and Version 19 of HowToTestGrass6


Ignore:
Timestamp:
Sep 30, 2008, 9:40:50 AM (16 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToTestGrass6

    v18 v19  
    8787== Using wxPython graphical user interface ==
    8888
    89 Basic map display:
     89=== Basic map display ===
    9090 * Click in Layer manager on "Add raster map" button,
    9191 * select raster map "elevation@PERMANENT" in properties dialog and click "ok",
     
    9595''Expected result: it should just work.''
    9696
    97 Digitizing:
     97=== Digitizing ===
    9898 * Click in Layer manager on "Add raster map" button,
    9999 * select raster map "ortho_2001_t792_1m@PERMANENT" in properties dialog and click "ok",
     
    109109[[Image(grass64_digitize.jpg,50%)]]
    110110
    111 Extrude 2D vector to 3D vector:
     111=== Extrude 2D vector to 3D vector ===
    112112 * Go in the layer manager canvas to "Vector" -> "Develop vector map" -> "Extrude 3D vector map".
    113113 * Have the "house" vector map selected, insert "house3d" as new 3D map (Required tab)
    114114 * 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.
    115115
    116 == Display various maps in GRASS monitor ==
     116== Display various maps in classical GRASS monitor ==
    117117
    118118(NOTE: not for native winGRASS, but for Cygwin-winGRASS and Unix compliant installations)