Based on wxGUI and some concepts
Present work is available on GIS icons theme design web page.
First version: 2008.08.15
Last update: 2009.01.11
Map display | |||||
---|---|---|---|---|---|
silk | standard | gis-0.1 | |||
![]() map_go.png |
![]() gui-display.gif |
![]() show.png |
displaymap | Display active layers (current region) | Displays all active layers from layer tree at current resolution and region extents for that map display window. |
![]() arrow_refresh.png |
![]() gui-redraw.gif |
![]() layer-redraw.png |
rendermap | Re-render and display all active layers and zoom to current region | Resets the region to the display resolution and extents and forces re-display and re-rendering all active layers. |
![]() cross.png |
![]() gui-erase.gif |
![]() erase.png |
erase | Erase display content | Erases the currently selected map display to a white background; also removes all frames, see d.erase, d.frame -e. |
![]() cursor.png |
![]() gui-pointer.gif |
![]() pointer.png |
pointer | Arrow cursor | Select arrow cursor for map display. |
![]() information.png |
![]() gui-query.gif |
![]() info.png |
query | Query tool (select a map first) | Query selected raster, RGB raster (all three map channels will be queried), or vector map(s) using the mouse. Map(s) must be selected before query. Vector charts and thematic vector maps cannot be queried. The results of the query will be displayed in the console window, see r.what, v.what. |
![]() picture_save.png |
![]() file-save.gif |
![]() map-export.png |
savefile | Export map display | Exports visible map display to different raster graphic formats. |
![]() printer.png |
![]() file-print.gif |
![]() print.png |
printmap | Print map | Prints map on the UNIX lpr printer or PostScript device; saves visible map display (including PostScript text and labels) to PDF or EPS file. Requires ghostscript for all output except EPS. |
![]() arrow_out.png |
![]() gui-pan.gif |
![]() pan.png |
pan | Pan | Interactive selection of a new center of view in the active display monitor. Drag the pan cursor while pressing the left mouse button to pan. Panning changes the location of the region displayed but not the size of the area displayed or the resolution. Panning does not affect the computational region for other GIS processes, see g.region. |
![]() zoom_in.png |
![]() gui-zoom_in.gif |
![]() zoom-in.png |
zoom_in | Zoom in | Interactive zooming with the mouse in the active display monitor. Drawing a box or just click with the mouse (left button) and zoom-in cursor causes the display to zoom in so that the area defined by the box fills the display. The map resolution is not changed. Clicking with the zoom-in cursor causes the display to zoom in by 30%, centered on the point where the mouse is clicked. Zooming resets the display region extents (both size and location of area displayed). It does not affect the computational region for other GIS processes, see g.region. |
![]() zoom_out.png |
![]() gui-zoom_out.gif |
![]() zoom-out.png |
zoom_out | Zoom out | Interactive zooming with the mouse in the active display monitor. Drawing a box or just click with the mouse (left button) and zoom-out cursor causes the display to zoom in so that the area displayed shrinks to fill the area defined by the box. The map resolution is not changed. Clicking with the zoom-out cursor causes the display to zoom out by 30%, centered on the point where the mouse is clicked. Zooming resets the display region extents (both size and location of area displayed). It does not affect the computational region for other GIS processes, see g.region. |
![]() zoom_back.png |
![]() gui-zoom_back.gif |
![]() zoom-last.png |
zoom_back | Revert zoom | Returns to the previous zoom. Up to 10 levels of zoom back are maintained, see g.region. |
![]() zoom.png |
![]() gui-mapzoom.gif |
![]() zoom-more.png |
zoommenu | Zoom menu | Automatic zoom settings menu. Zoom to match the extents of a selected map, zoom to match the computational region (set with g.region), zoom to match the extents of a saved region or save the current extents to a named region file, or to set computational region (the mapset's WIND file) to match the current display extents (does not change the resolution). See g.region. |
![]() application_lightning.png |
![]() gui-rastanalyze.gif |
![]() layer-raster-analyze.png |
analyze | Analyze menu | Contains functions for distance measurement, creating histogram or profile tool. |
![]() sum.png |
![]() gui-measure.gif |
![]() measure-length.png |
measure | Distance measurement tool | Interactive measurement of lengths defined with the mouse. The length of each segment and the cumulative length of all segments measuered is displayed in the command output window frame. Lengths are measured in the current measurement unit, see d.measure. |
![]() wand.png |
![]() gui-profile.gif |
![]() layer-raster-profile.png |
profile | Profile tool | Interactively create profile of a raster map. Profile transect is drawn with the mouse in map display. The profile may be of the displayed map or a different map, see Profile Tool help page. |
![]() chart_bar.png |
![]() module-d_002.gif module-d.histogram.gif |
![]() layer-raster-histogram.png |
histogram | Display histogram of selected raster map | Displays histogram of selected raster map or image in new window, see d.histogram. |
![]() font.png |
![]() font.png |
font | |||
![]() overlays.png |
![]() gui-rastanalyze.gif |
![]() element-add.png |
overlay | Add overlay | Adds overlay to map display like barscale, north arrow, text. |
![]() textfield_add.png |
![]() module-d_009.gif module-d.text.gif |
![]() text-add.png |
addtext | Add text layer | Adds layer to display a line of text using default GRASS font (selected with d.font). Options include: text placement (screen coordinates); and text size, bolding, and color, see d.text. |
![]() page_white_picture.png |
![]() module-d_005.gif module-d.barscale.gif |
![]() scalebar-add.png |
addbarscale | Add scalebar and north arrow | Adds layer to display a combined scalebar and north arrow. Options include scalebar placement (using screen coordinates or a mouse), scalebar format, and scalebar colors, see d.barscale. |
![]() page_green.png |
![]() module-d_004.gif module-d.legend.gif |
![]() legend-add.png |
addlegend | Add legend of raster map | Adds layer to display with legend of selected raster map, see d.legend. |
![]() door_in.png |
![]() quit.png |
quit | |||
Digitalize | |||||
silk | standard | gis-0.1 | |||
![]() bullet_add.png |
![]() new.point.gif |
![]() point-create.png |
digAddPoint | ||
![]() vector_add.png |
![]() new.line.gif |
![]() line-create.png |
digAddLine | ||
![]() shape_handles.png |
![]() new.boundary.gif |
![]() polygon-create.png |
digAddBoundary | ||
![]() shape_square_add.png |
![]() new.centroid.gif |
![]() centroid-create.png |
digAddCentroid | ||
![]() chart_line_add.png |
![]() add.vertex.gif |
![]() vertex-create.png |
digAddVertex | ||
![]() chart_line.png |
![]() move.vertex.gif |
![]() vertex-move.png |
digMoveVertex | ||
![]() chart_line_delete.png |
![]() rm.vertex.gif |
![]() vertex-delete.png |
digRemoveVertex | ||
![]() chart_line_link.png |
![]() split.line.gif |
![]() line-split.png |
digSplitLine | ||
![]() chart_line_edit.png |
![]() edit.line.gif |
![]() line-edit.png |
digEditLine | ||
![]() bullet_go.png |
![]() move.line.gif |
![]() line-move.png |
digMoveLine | ||
![]() vector_delete.png |
![]() delete.line.gif |
![]() line-delete.png |
digDeleteLine | ||
![]() chart_organisation.png |
![]() display.cats.gif |
![]() cats-display.png |
digDispCats | ||
![]() chart_organisation_add.png |
![]() copy.cats.gif |
![]() cats-copy.png |
digCopyCats | ||
![]() table.png |
![]() display.attributes.gif |
![]() attributes-display.png |
digDispAttr | ||
![]() arrow_undo.png |
wx.ART_ERROR | ![]() undo.png |
digUndo | ||
![]() color_swatch.png |
![]() settings.gif |
![]() settings.png |
digSettings | ||
![]() plugin.png |
wx.ART_ERROR |
![]() tools.png |
digAdditionalTools | ||
Layer Manager | |||||
silk | standard | gis-0.1 | |||
![]() application_add.png |
![]() gui-startmon.gif |
![]() monitor-create.png |
newdisplay | Open new Map Display Window | Opens a new map display and creates empty layer tree tab in Layer Manager. |
![]() page_white.png |
![]() file-new.gif |
![]() create.png |
workspaceNew | Creates new workspace file | Removes all layers in the layer tree and creates a new, empty tree where new layers can be added. |
![]() page_white_get.png |
![]() file-new.gif |
![]() layer-open.png |
workspaceLoad | Load map layers (raster, vector) into workspace | Loads selected raster or vector maps into current layer tree. |
![]() folder.png |
![]() file-open.gif |
![]() open.png |
workspaceOpen | Open an existing workspace file | Opens an previously saved workspace file, containing a set of display layers and their option settings. |
![]() page_save.png |
![]() file-save.gif |
![]() save.png |
workspaceSave | Save layers composition to workspace file | Saves current set of layers and their options to a workspace file. |
![]() image_add.png |
![]() element-cell.gif |
![]() layer-raster-add.png |
addrast | Add raster-based map layer | Adds raster map to layer tree, see d.rast. Includes also shaded relief map, RGB or HIS map or raster flow arrows map. |
![]() bricks.png |
![]() element-grid3.gif |
![]() layer-raster3d-add.png |
addrast3d | ||
![]() picture_empty.png |
![]() module-d_008.gif module-d.shadedmap.gif |
![]() layer-shaded-relief-add.png |
addshaded | Add shaded relief map layer | Adds shaded relief raster map layer, see d.shadedmap. |
![]() arrow_out.png |
![]() module-d_003.gif module-d.rast.arrow.gif |
![]() layer-aspect-arrow-add.png |
addrarrow | Add raster arrows layer | Adds map of raster cells with directional arrows drawn. Arrow direction and length are determined by separate aspect/directional map and (optional) slope/intensity map, see d.rast.arrow. |
![]() layer-cell-cats-add.png |
addrnum | ||||
![]() map_add.png |
![]() element-vector.gif |
![]() layer-vector-add.png |
addvect | Add vector-based map layer | Adds a vector map layer, see d.vect. Includes also thematic vector map or thematic charts layer. |
![]() cog_add.png |
![]() gui-cmd.gif |
![]() layer-command-add.png |
addcmd | Add command layer | Adds a layer in which a GRASS GIS command or command list can be entered. For a command list use the pipe symbol as ";" as separator. For example: d.rast soils;d.rast -o roads;d.vect streams col=blue d.text text=Population\ density |
![]() folder_add.png |
![]() gui-group.gif |
![]() layer-group-add.png |
addgrp | Add layer group | Adds an empty layer group. Layers can then be added to the group. |
![]() images.png |
![]() module-d_006.gif module-d.grid.gif |
![]() layer-grid-add.png |
addovl | Add overlay grids and lines | Adds layer to display regular grid (for all locations), or geodesic and rhumblines (for latitude/longitude locations only), see d.grid, d.geodesic, d.rhumbline. |
![]() application_view_icons.png |
![]() module-d.grid.gif |
![]() layer-grid-add.png |
addgrid | ||
![]() tag_blue_add.png |
![]() module-d_010.gif module-d.labels.gif |
![]() layer-label-add.png |
addlabels | Add labels layer for vector objects (from existing labels file) | Add raster text layer from a labels file for vector objects created with the v.label module (accessed from button in options panel). A labels file can also be created with a text editor, see d.labels. |
![]() bin_closed.png |
![]() edit-cut.gif |
![]() layer-remove.png |
delcmd | Remove layer for layer tree | Removes selected layer or layer group from layer tree. |
![]() application_view_columns.png |
![]() db-values.gif |
![]() table.png |
attrtable | Open Attribute Table Manager for selected vector map | Displays attribute data of selected vector map. |
![]() rgb.png |
![]() channel-rgb.gif |
![]() layer-rgb-add.png |
addrgb | Add RGB raster layer | Combines and displays three raster maps defined as red, green, and blue channels, see d.rgb. |
![]() his.png |
![]() channel-his.gif |
![]() layer-his-add.png |
addhis | Add HIS raster layer | Combines and displays two or three raster maps defined as hue, intensity, and (optionally) saturation channels, see d.his. |
![]() thematic.png |
![]() module-d_007.gif module-d.vect.thematic.gif |
![]() layer-vector-thematic-add.png |
addthematic | Add thematic map layer (for all vector types) | Adds layer for thematic display values from a numeric attribute column associated with a vector map. Options include: thematic display type (graduated colors or point sizes), methods for creating display intervals, SQL query of attribute column to limit vector objects to display, control of point icon types and sizes, control of thematic color schemes, creation of legend for thematic map, and saving the results of thematic mapping to a ps.map instructions file for later printing, see d.vect.thematic. |
![]() chart_bar.png |
![]() module-d.gif |
![]() layer-vector-chart-add.png |
addchart | Add thematic charts layer (for vector points) | Adds layer in which pie or bar charts can be automatically created at vector point locations. Charts display values from selected columns in the associated attribute table. Options include: chart type, layer and attributes to chart, chart colors, and chart size (fixed or based on attribute column), see d.vect.chart. |
![]() map_edit.png |
![]() gui-layeroptions.gif |
![]() options.png |
layeropts | ||
Profile | |||||
silk | standard | gis-0.1 | |||
![]() image_edit.png |
![]() gui-profiledefine.gif |
![]() layer-raster-profile.png |
transect | ||
![]() arrow_refresh.png |
![]() gui-redraw.gif |
![]() redraw.png |
profiledraw | ||
![]() color_swatch.png |
![]() gui-profileopt.gif |
![]() options.png |
profileopt | ||
Georectify | |||||
silk | standard | gis-0.1 | |||
![]() bullet_add.png |
![]() gui-gcpset.gif |
![]() gcp-create.png |
grGcpSet | ||
![]() cross.png |
![]() gui-gcperase.gif |
![]() gcp-delete.png |
grGcpClear | ||
![]() application_lightning.png |
![]() gui-georect.gif |
![]() georectify.png |
grGeorect | ||
![]() error.png |
![]() gui-rms.gif |
![]() gcp-rms.png |
grGcpRms | ||
![]() arrow_refresh.png |
![]() gui-display.gif |
![]() redraw.png |
grGcpRefresh | ||
![]() picture_save.png |
![]() file-save.gif |
![]() gcp-save.png |
grGcpSave | ||
![]() bullet_add.png |
wx.ART_NEW |
![]() gcp-add.png |
grGcpAdd | ||
![]() bullet_delete.png |
wx.ART_DELETE |
![]() gcp-remove.png |
grGcpDelete | ||
![]() arrow_refresh.png |
![]() gui-redraw.gif |
![]() reload.png |
grGcpReload | ||
![]() color_swatch.png |
![]() edit-color.gif |
![]() |
grSettings | ||
NVIZ | |||||
silk | standard | gis-0.1 | |||
![]() color_swatch.png |
settings.gif |
![]() |
nvizSettings |