Changes between Version 12 and Version 13 of HowToTestGrass6


Ignore:
Timestamp:
Apr 28, 2008, 3:20:12 AM (16 years ago)
Author:
neteler
Comment:

extended

Legend:

Unmodified
Added
Removed
Modified
  • HowToTestGrass6

    v12 v13  
    6969== Using gis.m graphical user interface ==
    7070
    71  * Click in GIS manager on "Add raster layer" button,
     71 * To add a '''raster map''', click in GIS manager on "Add raster layer" button,
    7272 * Click on word "raster1" which appears in the canvas to enable in the lower part the raster map tool (should already be there)
    7373 * In "Display raster maps", select "Base map" button, explode "PERMANENT" mapset, and select map "elevation" (click ok or use double click on map name)
     
    7575 * Get second "Map Display 1" window on top, therein click on "Display active layer" button (most left): it should display the elevation map.
    7676 * Try to zoom (open with left mouse button a zoom box)
    77  * Create a profile ("Create profile" button)
     77 * Create a '''profile''' ("Create profile" button)
    7878   * In  "Profile window" tool, use left button to select raster map gaina ("elevation" in PERMANENT)
    7979   * Click "Draw profile transect" to draw a transect in the main map window
    8080   * Click "Draw profile" button to draw it. Each transect turn is indicated as vertical line in the profile.
     81 * To add a '''vector map''', click on the "Add vector layer" button
     82 * Click on word "vector1" which appears in the canvas to enable in the lower part the vector map tool (should already be there)
     83 * In "Display vector maps", select "Vector map" button, explode "PERMANENT" mapset, and select map "roadsmajor" (click ok or use double click on map name)
     84 * The map name should have appeared in canvas
     85 * Get second "Map Display 1" window on top, therein click on "Display active layer" button (most left): it should display the elevation map.
    8186
    8287''Expected result: it should just work.''
     
    9196''Expected result: it should just work.''
    9297
    93 == Display various maps in GRASS monitor (not native winGRASS) ==
    94 
    95 {{{
    96 g.region rast=elevation
     98== Display various maps in GRASS monitor ==
     99
     100(NOTE: not for native winGRASS, but for Cygwin-winGRASS and Unix compliant installations)
     101
     102As first step on the command line we set the current region to extent and resolution of the elevation raster map. Then
     103we open a graphical map display ("GRASS monitor") and display the map:
     104{{{
     105g.region rast=elevation -p
    97106d.mon x0
    98107d.rast elevation
     
    102111''Expected result: GRASS monitor should open and show the selected maps''
    103112
     113Display as shaded terrain map:
    104114{{{
    105115d.his i=elevation_shade h=elevation