wxGUI.html 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. <h2>DESCRIPTION</h2>
  2. <b>wxGUI</b> is a new generation of the GUI for GRASS GIS. It's a successor
  3. of the <em><a href="gis.m.html">Tcl/Tk GUI</a></em> from GRASS 6.
  4. <p>
  5. If wxGUI is not your default GUI, you can define it as default by
  6. typing at GRASS command line prompt
  7. <div class="code"><pre>
  8. g.gui -u wxpython&
  9. </pre></div>
  10. or define in your <tt>.grass7/rc</tt> file 'GRASS_GUI' variable
  11. <div class="code"><pre>
  12. GRASS_GUI: wxpython
  13. </pre></div>
  14. The GUI can be quit by selecting the 'File->Exit' menu item. The GUI
  15. can be restarted from the GRASS command line prompt by typing
  16. <div class="code"><pre>
  17. g.gui wxpython&
  18. </pre></div>
  19. or to restart with previously saved workspace type:
  20. <div class="code"><pre>
  21. g.gui wxpython workspace=file.gxw
  22. </pre></div>
  23. <p>
  24. You can also start GRASS from the shell command line with wxGUI
  25. defined by the <tt>-wxpython</tt> switch:
  26. <div class="code"><pre>
  27. grass65 -wxpython
  28. </pre></div>
  29. <p>
  30. The GUI is composed by <em>two</em> main components:
  31. <ul>
  32. <li>The <b>Layer Manager</b> includes map layer management, integrated
  33. command-line prompt, and command output window tab.</li>
  34. <li>The <b>Map Display Window</b> integrates basic tools for
  35. zooming, panning, data querying, and map elements (north arrows,
  36. barscale, etc.). Each display window is associated with its own
  37. set of map layers in the layer manager. The user may start multiple map
  38. displays during a session. The map layers for each display are grouped
  39. under different tabs in the Layer Manager.</li>
  40. </ul>
  41. <h3>Layer Manager</h3>
  42. The <em>Layer Manager</em> provides an interactive graphical interface for
  43. creating and managing GRASS displays. There is a toolbar to manage displayed
  44. map layers, a layer tree frame in which map layers for display are organized,
  45. a command output window tab, and interactive command line prompt. On Linux
  46. and Windows platforms, the layer manager also has a menu bar with a set of
  47. pull-down menus for all GRASS GIS functions (analysis, file I/O, GIS
  48. configuration and management); on a Mac, the GRASS functions menu is at the
  49. top of the screen.
  50. <center>
  51. <br><img src="wxGUI_layer_manager.jpg" border="1"><br><br>
  52. </center>
  53. The top left button of the toolbar opens a new <em>Map Display
  54. Window</em>. Each map display has a unique set of layers to display
  55. and region settings. Other toolbar buttons add layers of different
  56. types for display in the selected map display window. There are
  57. additional buttons for saving or opening workspace file, and others.
  58. <p>
  59. Map layers are listed in the window frame below the toolbar. Layers can
  60. include raster and vector maps, vector labels, and commands (where any
  61. GRASS command can be written). Layers are displayed as arranged in the layer
  62. tree: the bottom layer is displayed first and the top layer is displayed
  63. last, as if the layers were a series of stacked overlays.
  64. <p>
  65. The check box to the left of each layer makes it active or inactive
  66. for display. Only active layers are displayed/redisplayed when the
  67. display button is pressed. Layers can be organized into groups; entire
  68. groups can be activated or deactivated for display. Layer tree
  69. composition can be saved to a workspace file and opened in subsequent
  70. sessions, restoring all layers and their display options.
  71. <p>
  72. A right mouse click on a layer or left clicking the button to the right of
  73. the layer opens a dropdown menu with options to remove or rename the layer
  74. (g.remove, g.rename), change its display properties (d.rast and d.vect
  75. options such as color, symbol, etc.), show its metadata (r.info, v.info) or
  76. attributes, if applicable.
  77. <p>
  78. A left mouse double click on a layer opens GUI for its display options
  79. These options are those for the d.* command for each layer type (d.rast,
  80. d.vect, or d.grid, for example).
  81. <h4>Layer Manager Toolbar</h4>
  82. <dl>
  83. <dt><img src="icons/grass2/monitor-create.png">&nbsp;
  84. <em>Open new Map Display Window</em></dt>
  85. <dd>Opens a new map display and creates empty layer tree tab in Layer Manager.</dd>
  86. <dt><img src="icons/grass2/create.png">&nbsp;
  87. <em>Create new workspace file</em></dt>
  88. <dd>Removes all layers in the layer tree and creates a new, empty tree
  89. where new layers can be added.</dd>
  90. <dt><img src="icons/grass2/layer-open.png">&nbsp;
  91. <em>Load map layers (raster, vector) into workspace</em></dt>
  92. <dd>Loads selected raster or vector maps into current layer tree.</dd>
  93. <dt><img src="icons/grass2/open.png">&nbsp;
  94. <em>Open an existing workspace file</em></dt>
  95. <dd>Opens an previously saved workspace file, containing a set of display
  96. layers and their option settings.</dd>
  97. <dt><img src="icons/grass2/save.png">&nbsp;
  98. <em>Save workspace file</em></dt>
  99. <dd>Saves current set of layers and their options to a workspace
  100. file.</dd>
  101. <dt><img src="icons/grass2/layer-raster-add.png">&nbsp;
  102. <em>Add raster map layer</em></dt>
  103. <dd>Adds raster map to layer tree, see <em><a href="d.rast.html">d.rast</a></em>.
  104. </dd>
  105. <dt><img src="icons/grass2/layer-shaded-relief-add.png">&nbsp;
  106. <em>Add various raster-based map layers</em></dt>
  107. <dd>Opens a dropdown menu that allows user to select to:<br>
  108. <dl>
  109. <dt><img src="icons/grass2/layer-shaded-relief-add.png">&nbsp;
  110. <em>Add shaded relief raster map layer </em></dt>
  111. <dd>Adds shaded relief raster map layer,
  112. see <em><a href="d.shadedmap.html">d.shadedmap</a></em>
  113. <dt><img src="icons/grass2/layer-rgb-add.png">&nbsp;
  114. <em>Add RGB raster layer</em></dt>
  115. <dd>Combines and displays three raster maps defined as red, green,
  116. and blue channels to create an RGB color map,
  117. see <em><a href="d.rgb.html">d.rgb</a></em>.</dd>
  118. <dt><img src="icons/grass2/layer-his-add.png">&nbsp;
  119. <em>Add HIS raster layer</em></dt>
  120. <dd>Combines and displays two or three raster maps defined as hue,
  121. intensity, and (optionally) saturation channels to create a color map,
  122. see <em><a href="d.his.html">d.his</a></em>.</dd>
  123. <dt><img src="icons/grass2/layer-cell-cats-add.png">&nbsp;
  124. <em>Add raster arrows layer</em></dt>
  125. <dd>Adds map of raster cells with directional arrows drawn. Arrow
  126. direction and length are determined by separate aspect/directional map
  127. and (optional) slope/intensity map,
  128. see <em><a href="d.rast.arrow.html">d.rast.arrow</a></em>.</dd>
  129. <dt><img src="icons/grass2/layer-cell-cats-add.png">&nbsp;
  130. <em>Add raster numbers layer</em></dt>
  131. <dd>Adds map of raster cells with numbers representing the cell values,
  132. see <em><a href="d.rast.num.html">d.rast.num</a></em>.</dd>
  133. </dl>
  134. <dt><img src="icons/grass2/layer-vector-add.png">&nbsp;
  135. <em>Add vector map layer</em></dt>
  136. <dd>Adds a vector map layer, see <em><a href="d.vect.html">d.vect</a></em>.
  137. </dd>
  138. <dt><img src="icons/grass2/layer-vector-thematic-add.png">&nbsp;
  139. <em>Add various vector-based map layers </em></dt>
  140. <dd>Opens a dropdown menu that allows user to select to:<br>
  141. <dl>
  142. <dt><img src="icons/grass2/layer-vector-thematic-add.png">&nbsp;
  143. <em>Add thematic map layer
  144. (for all vector types)</em></dt>
  145. <dd>Adds layer for thematic display values from a numeric attribute
  146. column associated with a vector map. Options include: thematic display
  147. type (graduated colors or point sizes), methods for creating display
  148. intervals, SQL query of attribute column to limit vector objects to
  149. display, control of point icon types and sizes, control of thematic
  150. color schemes, creation of legend for thematic map, and saving the
  151. results of thematic mapping to a ps.map instructions file for later
  152. printing,
  153. see <em><a href="d.vect.thematic.html">d.vect.thematic</a></em>.</dd>
  154. <dt><img src="icons/grass2/layer-vector-chart-add.png">&nbsp;
  155. <em>Add thematic charts layer (for vector points)</em></dt>
  156. <dd>Adds layer in which pie or bar charts can be automatically created
  157. at vector point locations. Charts display values from selected columns
  158. in the associated attribute table. Options include: chart type, layer
  159. and attributes to chart, chart colors, and chart size (fixed or based
  160. on attribute column),
  161. see <em><a href="d.vect.chart.html">d.vect.chart</a></em>.</dd>
  162. </dl>
  163. <dt><img src="icons/grass2/layer-command-add.png">&nbsp;
  164. <em>Add command layer</em></dt>
  165. <dd>Adds a layer in which a GRASS GIS command or command list can be entered.
  166. For a command list use the semi-colon (";") symbol as a separator.
  167. For example:
  168. <div class="code"><pre>
  169. d.rast soils;d.rast -o roads;d.vect streams col=blue
  170. </pre></div>
  171. Note that when an option of the command contains spaces, you need to
  172. "escape" them with the backslash ('\') character, for example:
  173. <div class="code"><pre>
  174. d.text text=Population\ density
  175. </pre></div>
  176. </dd>
  177. <dt><img src="icons/grass2/layer-group-add.png">&nbsp;
  178. <em>Add layer group</em></dt>
  179. <dd>Adds an empty layer group. Layers can then be added to the group.</dd>
  180. <dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
  181. <em>Add grid or vector labels overlay</em></dt>
  182. <dd>Opens a dropdown menu that allows user to select to:<br>
  183. <dl>
  184. <dt><img src="icons/grass2/layer-grid-add.png">&nbsp;
  185. <em>Add overlay grids and lines</em></dt>
  186. <dd>Adds layer to display regular grid (for all locations)
  187. see <em><a href="d.grid.html">d.grid</a></em></dd>
  188. <dt><img src="icons/grass2/layer-label-add.png">&nbsp;
  189. <em>Add labels layer for vector objects (from existing labels file)</em></dt>
  190. <dd>Add a layer of text from a labels file for vector objects
  191. created with the <em><a href="v.label.html">v.label</a></em> module.
  192. A labels file can also be created with a text editor,
  193. see <em><a href="d.labels.html">d.labels</a></em>.</dd>
  194. <dt><img src="icons/grass/module-d.geodesic.gif">&nbsp;
  195. <em>Add geodesic line layer</em></dt>
  196. <dd>Add layer to display geodesic line for latitude/longitude locations only,
  197. see <em><a href="d.geodesic.html">d.geodesic</a></em></dd>
  198. <dt><img src="icons/grass/module-d.geodesic.gif">&nbsp;
  199. <em>Add rhumbline layer</em>
  200. <dd>Add layer to display rhumblines (for latitude/longitude locations only),
  201. see <em><a href="d.rhumbline.html">d.rhumbline</a></em>.</dd>
  202. </dl>
  203. <dt><img src="icons/grass2/layer-remove.png">&nbsp;
  204. <em>Delete selected layer</em></dt>
  205. <dd>Removes selected map layer or map layer group from layer tree.</dd>
  206. <dt><img src="icons/grass2/table.png">&nbsp;
  207. <em>Show <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a> for selected vector map</em></dt>
  208. <dd>Displays attribute data of selected vector map.</dd>
  209. </dl>
  210. <h4>Key shortcuts</h4>
  211. <b>Menu</b>
  212. <dl>
  213. <dt>Ctrl+N</dt>
  214. <dd>Create new workspace</dd>
  215. <dt>Ctrl+O</dt>
  216. <dd>Load workspace from file</dd>
  217. <dt>Ctrl+S</dt>
  218. <dd>Save workspace</dd>
  219. <dt>Ctrl+C</dt>
  220. <dd>Close workspace</dd>
  221. <dt>Ctrl+Q</dt>
  222. <dd>Quit GUI</dd>
  223. </dl>
  224. <b>Global</b>
  225. <dl>
  226. <dt>Ctrl+Tab</dt>
  227. <dd>Switch 'Map layers' and 'Command output' tab</dd>
  228. <dt>Alt+R</dt>
  229. <dd>Add raster map layer</dd>
  230. <dt>Alt+V</dt>
  231. <dd>Add vector map layer</dd>
  232. </dl>
  233. <h3>Map Display Window</h3>
  234. The map display window includes toolbar that can be docked and undocked from
  235. the window, a map canvas where a map composition of one or more layers is
  236. displayed, and a statusbar with information about the geographic region of
  237. the maps displayed.
  238. <center>
  239. <br><img src="wxGUI_map_display.jpg" alt="Map Display Window"><br><br>
  240. </center>
  241. Each Map Display Window has a unique layer tree (in the layer manager)
  242. and geographic <em>region</em> setting. At the top of the window is a
  243. toolbar with buttons to manage the map in the display (render, erase, zoom
  244. and pan), for query and and analysis (distance measurement, profile,
  245. and histogram creation), to overlay map elements onto the display (scale,
  246. north arrow, legend, and custom text), and to export or print the display.
  247. <p>
  248. In the statusbar, the user can choose to display the geographic coordinates
  249. under the cursor, current geographical region extent, computational region
  250. (including graphical visualization in map display), map display geometry
  251. (number of rows, columns, resolution) and map scale. Checking the
  252. <em>render</em> button in the statusbar will cause the map display to update
  253. automatically any time a map is added to, removed from, or changed in its
  254. layer tree.
  255. <p>
  256. It is important to note that zooming in any display will
  257. have <em>no</em> effect on the 'computational region' setting (set
  258. with <em><a href="g.region.html">g.region</a></em>). Only by selecting
  259. the 'Set current region to match display' item in the zoom menu (in
  260. the map display toolbar) will the current display extents be copied to
  261. the computational region extents.
  262. <h4>Map Display Toolbar</h4>
  263. <dl>
  264. <dt><img src="icons/grass2/show.png">&nbsp;
  265. <em>Display map</em></dt>
  266. <dd>Displays all active layers from layer tree and re-renders for display
  267. any layers that have changed since the last time the display was updated,
  268. including layers added or removed.</dd>
  269. <dt><img src="icons/grass2/layer-redraw.png">&nbsp;
  270. <em>Re-render map</em></dt>
  271. <dd>Re-renders all active layers regardless of whether they have changed
  272. or not.</dd>
  273. <dt><img src="icons/grass2/erase.png">&nbsp;
  274. <em>Erase display</em></dt>
  275. <dd>Erases the currently selected map display to a white background.
  276. see <em><a href="d.erase.html">d.erase</a>, <a href="d.frame.html">d.frame
  277. -e</a></em>.</dd>
  278. <dt><img src="icons/grass2/pointer.png">&nbsp;
  279. <em>Pointer</em></dt>
  280. <dd>Select arrow cursor for map display.</dd>
  281. <dt><img src="icons/grass2/info.png">&nbsp;
  282. <em>Query raster/vector maps</em></dt>
  283. <dd>Opens a dropdown menu that allows user to select to:<br>
  284. <ul>
  285. <li>Query selected raster, RGB raster (all three map channels will be
  286. queried), or vector map(s) using the mouse. Map(s) must be selected
  287. before query. Vector charts and thematic vector maps cannot be
  288. queried. The results of the query will be displayed in the console window,
  289. see <em><a href="r.what.html">r.what</a>, <a href="v.what.html">v.what</a></em>.</li>
  290. <li>Query selected vector map in edit mode. The results of the query
  291. will be displayed in a form that permits editing of the queried vector
  292. attributes.</li>
  293. </ul>
  294. <dt><img src="icons/grass2/pan.png">&nbsp;
  295. <em>Pan</em></dt>
  296. <dd>Interactive selection of a new center of view in the active
  297. display monitor. Drag the pan cursor while pressing the left mouse
  298. button to pan. Panning changes the location of the region displayed
  299. but not the size of the area displayed or the resolution. Panning
  300. does <em>not</em> affect the computational region for other GIS
  301. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  302. <dt><img src="icons/grass2/zoom-in.png">&nbsp;
  303. <em>Zoom in</em></dt>
  304. <dd>Interactive zooming with the mouse in the active display monitor.
  305. Drawing a box or just click with the mouse (left button) and zoom-in
  306. cursor causes the display to zoom in so that the area defined by the
  307. box fills the display. The map resolution is not changed. Clicking
  308. with the zoom-in cursor causes the display to zoom in by 30%, centered
  309. on the point where the mouse is clicked. Zooming resets the display
  310. region extents (both size and location of area displayed). It
  311. does <em>not</em> affect the computational region for other GIS
  312. processes, see <em><a href="g.region.html">g.region</a></em>.</dd>
  313. <dt><img src="icons/grass2/zoom-out.png">&nbsp;
  314. <em>Zoom out</em></dt>
  315. <dd>Interactive zooming with the mouse in the active display monitor.
  316. Drawing a box or just click with the mouse (left button) and zoom-out
  317. cursor causes the display to zoom in so that the area displayed
  318. shrinks to fill the area defined by the box. The map resolution is not
  319. changed. Clicking with the zoom-out cursor causes the display to zoom
  320. out by 30%, centered on the point where the mouse is clicked. Zooming
  321. resets the display region extents (both size and location of area
  322. displayed). It does <em>not</em> affect the computational region for
  323. other GIS processes,
  324. see <em><a href="g.region.html">g.region</a></em>.</dd>
  325. <dt><img src="icons/grass2/zoom-last.png">&nbsp;
  326. <em>Return to pervious zoom</em></dt>
  327. <dd>Returns to the previous zoom extent. Up to 10 levels of zoom back are
  328. maintained, see <em><a href="g.region.html">g.region</a></em>.</dd>
  329. <dt><img src="icons/grass2/zoom-more.png">&nbsp;
  330. <em>Zoom options</em></dt>
  331. <dd>Opens a dropdown menu that allows user to:<br>
  332. <ul>
  333. <li>Zoom to match the extents of a selected map</li>
  334. <li>Zoom to match the computational region (set with <em>g.region</em>)</li>
  335. <li>Zoom to match the extents of the default region</li>
  336. <li>Zoom to match the extents of a saved region</li>
  337. <li>Set computational region (the mapset's <tt>WIND</tt> file) to match the
  338. current display extents (does not change the resolution),
  339. see <em><a href="g.region.html">g.region</a></em>.
  340. <li>Save display geometry (current extents) to a named region file</li>
  341. </ul>
  342. <dt><img src="icons/grass2/layer-raster-analyze.png">&nbsp;
  343. <em>Analyze menu</em></dt>
  344. <dd>Opens a dropdown menu with:<br>
  345. <dl>
  346. <dt><img src="icons/grass2/measure-length.png">&nbsp;
  347. <em>Distance measurement tool</em></dt>
  348. <dd>Interactive measurement of lengths defined with the mouse. The
  349. length of each segment and the cumulative length of all segments
  350. measuered is displayed in the command output window frame. Lengths are
  351. measured in the current measurement unit,
  352. see <em><a href="d.measure.html">d.measure</a></em>.</dd>
  353. <dt><img src="icons/grass2/layer-raster-profile.png">&nbsp;
  354. <em>Profile tool</em></dt>
  355. <dd>Interactively create profile of a raster map. Profile transect is
  356. drawn with the mouse in map display. The profile may be of the
  357. displayed map or a different map. Up to three maps can be profiled
  358. simultaneously,
  359. see <em><a href="gm_profile.html">Profile Tool help page</a></em>.</dd>
  360. <dt><img src="icons/grass2/layer-raster-histogram.png">&nbsp;
  361. <em>Histogram tool</em></dt>
  362. <dd>Displays histogram of selected raster map or image in new window,
  363. see <em><a href="d.histogram.html">d.histogram</a></em>.</dd>
  364. </dl>
  365. <dt><img src="icons/grass2/overlay-add.png">&nbsp;
  366. <em>Add overlay</em></dt>
  367. <dd>opens a dropdown menu that allows user to:<br>
  368. <dl>
  369. <dt><img src="icons/grass2/scalebar-add.png">&nbsp;
  370. <em>Add scalebar and north arrow</em></dt>
  371. <dd>Adds layer to display a combined scalebar and north arrow. Options
  372. include scalebar placement (using screen coordinates or a mouse),
  373. scalebar format, and scalebar colors,
  374. see <em><a href="d.barscale.html">d.barscale</a></em>.</dd>
  375. <dt><img src="icons/grass2/legend-add.png">&nbsp;
  376. <em>Add raster map legend</em></dt>
  377. <dd>Adds layer to display with legend of selected raster map,
  378. see <em><a href="d.legend.html">d.legend</a></em>.</dd>
  379. <dt><img src="icons/grass2/text-add.png">&nbsp;
  380. <em>Add text layer</em></dt>
  381. <dd>Adds layer to display a line of text using default GRASS font
  382. (selected with <em><a href="d.font.html">d.font</a></em>). Options
  383. include: text placement (screen coordinates); and text size, bolding,
  384. and color, see <em><a href="d.text.html">d.text</a></em>.</dd>
  385. </dl>
  386. <dt><img src="icons/grass2/map-export.png">&nbsp;
  387. <em>Save display to graphic file</em></dt>
  388. <dd>Save the visible image in map display to different raster graphic formats.</dd>
  389. <dt><img src="icons/grass2/print.png">&nbsp;
  390. <em>Print map</em></dt>
  391. <dd>Prints map on system native printer or PostScript device;
  392. saves visible map display (including PostScript text and labels) to PDF
  393. or EPS file.</dd>
  394. <dt><em>Map display mode</em></dt>
  395. <dd>Opens a dropdown menu for selecting different display mode<br>
  396. <dl>
  397. <dt><em>2D view mode</em></dt>
  398. <dd>Normal GIS display. All active layers are composited and displayed
  399. in 2D mode.</dd>
  400. <dt><em>3D view mode</em></dt>
  401. <dd>Experimental replacement for NVIZ. Displays all active layers in
  402. 3D perspective using OpenGL. A new control panel opens to manage the
  403. 3D view. 3D view can be zoomed, panned, rotated, and tilted. The
  404. vertical exaggeration of rasters and 3D vectors can be set. Various
  405. color and lighten settings are possible. Not yet functional for
  406. Windows platforms</dd>
  407. <dt><em>Digitize mode</em></dt>
  408. <dd>Puts display into vector digitizing mode and opens a new digitizing
  409. toolbar. The user can digitize a new map or edit an existing
  410. map. Not yet functional for Windows platforms</dd>
  411. </dl>
  412. </dl>
  413. <h2>CONFIGURATION</h2>
  414. <em>User GIS settings</em> dialog ('Config->Preferences') enables
  415. configuration of various options.
  416. <p>
  417. For information about available <em>icon themes</em> see
  418. this <a href="wxGUI.Icons.html">page</a>.
  419. <h2>SEE ALSO</h2>
  420. <em>
  421. <a href="wxGUI.Vector_Digitizing_Tool.html">Vector digitizing tool</a>,
  422. <a href="wxGUI.Attribute_Table_Manager.html">Attribute Table Manager</a>,
  423. <a href="wxGUI.Nviz.html">Nviz extension</a>,
  424. <a href="wxGUI.Icons.html">Icon themes</a>
  425. </em>
  426. <p>
  427. See also <a href="http://grass.osgeo.org/wiki/WxGUI">Wiki</a> page.
  428. <p>
  429. <em>
  430. <a href="gis.m.html">TCL/TK-based GIS Manager</a>,
  431. <a href="d.m.html">TCL/TK-based Display Manager</a>
  432. </em>
  433. <h2>AUTHORS</h2>
  434. Martin Landa, FBK-irst, Trento, Italy, and CTU in Prague, Czech Republic<br>
  435. Michael Barton, Arizona State University, USA<br>
  436. Daniel Calvelo Aros,<br>
  437. Jachym Cepicky
  438. <p>
  439. <i>$Date$</i>