wxGUI.html 21 KB

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