Changes between Version 26 and Version 27 of HowToTestGrass6
- Timestamp:
- 03/15/10 21:37:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToTestGrass6
v26 v27 131 131 [[Image(grass64_nviz_3dhouse.jpg,50%)]] 132 132 133 == Display various maps in classical GRASSmonitor ==133 == Display various maps in a classic GRASS X-monitor == 134 134 135 135 (NOTE: not for native winGRASS, but for Cygwin-winGRASS and Unix compliant installations) … … 139 139 {{{ 140 140 g.region rast=elevation -p 141 d.mon x0 # MS Window users: use the display manager instead141 d.mon x0 142 142 d.rast elevation 143 143 d.vect roadsmajor … … 170 170 171 171 ''Expected result: should not crash at all but show maps as expected'' 172 173 * You can also start Tcl/Tk NVIZ from the File menu. It respects the current ''computational'' region. (g.region -p) 172 174 173 175 == Simple raster analysis == … … 213 215 == Simple vector analysis == 214 216 215 * T BD217 * TODO 216 218 217 219 === Extracting from vector maps ===