[GRASS-dev] [GRASS GIS] #1087: wxGUI: Load multiple maps

#1087: wxGUI: Load multiple maps
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Suggestion: in oder to simplify the "import" of several maps into the
layer tree, it might be good to reassign the d.rast/d.vect icons in the
GUI to a different dialog which enables also multi-map selection (CTRL-
left-mouse) - similar to the bulk import.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1087&gt;
GRASS GIS <http://grass.osgeo.org>

#1087: wxGUI: Load multiple maps
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

  * milestone: 6.4.0 => 6.5.0

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1087#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1087: wxGUI: Load multiple maps
--------------------------+-------------------------------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 6.5.0
Component: wxGUI | Version: unspecified
Resolution: fixed | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by wenzeslaus):

  * status: new => closed
  * resolution: => fixed

Comment:

Closing as fixed.

wxGUI (in both 6 and 7) has now 'Add multiple raster or vector...' button
in toolbar. Selection (filtering) is based on regular expression. Shortcut
is Ctrl+Shift+L.

Possible enhancements (create new ticked if you want them):
  * Selection done by Ctrl, Shift and mouse. (Now done by checkboxes. Maybe
checkboxes fits better to regular expression based filtering.)
  * Selection (filtering) done expression containing wildcards similar to
bash (e.g. use '*' (wildcard) instead of '.*' (regular expression))
  * Simplify the selection of vector (and 3D rasters) by different buttons,
separated menu entries or by using the recently used value. (Now type
raster is always the default choice.)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1087#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>