Changes between Version 16 and Version 17 of HowToTestGrass6


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

digitizer explained

Legend:

Unmodified
Added
Removed
Modified
  • HowToTestGrass6

    v16 v17  
    3232
    3333{{{
    34 # start with current Tcl/Tk based graphical user interface (g.gis)
     34# start with current Tcl/Tk based graphical user interface (gis.m)
    3535grass64 -tcltk
    3636
     
    4545{{{
    4646# start with text based interface
    47 grass63 -text
     47grass64 -text
    4848}}}
    4949
     
    5555
    5656{{{
    57 # start with current Tcl/Tk based graphical user interface (g.gis)
     57# start with current Tcl/Tk based graphical user interface (gis.m)
    5858g.gui tcltk
    5959
     
    6565
    6666
    67 == Using gis.m graphical user interface ==
     67== Using gis.m TclTk graphical user interface ==
    6868
    6969 * To add a '''raster map''', click in GIS manager on "Add raster layer" button,
     
    8787== Using wxPython graphical user interface ==
    8888
     89Basic map display:
    8990 * Click in Layer manager on "Add raster map" button,
    90  * select raster map "elevation" in properties dialog and click "ok",
     91 * select raster map "elevation@PERMANENT" in properties dialog and click "ok",
    9192 * right mouse click in layer tree and choose from contextual menu "Zoom to selected map", map should appear in canvas.
    9293 * Try to zoom, to create a profile etc.
    9394
    9495''Expected result: it should just work.''
     96
     97Digitizing:
     98 * Click in Layer manager on "Add raster map" button,
     99 * select raster map "ortho_2001_t792_1m@PERMANENT" in properties dialog and click "ok",
     100 * right mouse click in layer tree and choose from contextual menu "Zoom to selected map", map should appear in canvas.
     101 * Zoom to houses within the map, zoom one house,
     102 * start "Tools" -> "Digitize" in the map canvas.
     103 * Go to "Select vector map" -> "New vector map", enter "house" as vector map name, "ok".
     104 * Go into the layer manager canvas and click the "Show attribute table" icon,
     105 * Go therein into "Manage table" tab and add a new column "name" as varchar type with length 50. Then "Add", then "Close".
     106 * Now digitize a boundary around the house and a centroid, for both enter "my home" as "name" attribute.
     107 * Leave the digitizer, the house polygon should show up as grey area.
     108
     109[[Image(grass64_digitize.png,50%)]]
    95110
    96111== Display various maps in GRASS monitor ==