Skip to content

Commit

Permalink
[GRASS] module multiple input
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Sep 9, 2015
1 parent bb25d96 commit d4e3fcd
Show file tree
Hide file tree
Showing 9 changed files with 320 additions and 120 deletions.
3 changes: 1 addition & 2 deletions src/plugins/grass/modules/r.patch.qgm
Expand Up @@ -3,7 +3,6 @@

<qgisgrassmodule label="Create new raster by combining other rasters" module="r.patch">
<option key="input"/>
<flag key="z" answer="off" hidden="no" />
<file key="input" type="multiple" />
<flag key="z" answer="off" hidden="no" advanced="yes"/>
<option key="output" />
</qgisgrassmodule>
6 changes: 3 additions & 3 deletions src/plugins/grass/modules/v.patch.qgm
Expand Up @@ -2,8 +2,8 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Create new vector by combining other vectors" module="v.patch">
<flag key="a" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" label="Copy also attribute table (only the table of layer 1 is currently supported)" />
<file key="input" label="Type in map names separated by a comma" />
<option key="input"/>
<flag key="a" answer="off" hidden="no" advanced="yes"/>
<flag key="e" answer="off" hidden="no" label="Copy also attribute table (only the table of layer 1 is currently supported)" advanced="yes"/>
<option key="output" />
</qgisgrassmodule>
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrass_plugin.qrc
@@ -1,5 +1,7 @@
<RCC>
<qresource prefix="/images/themes/default/grass">
<file alias="closebutton.png">themes/default/closebutton.png</file>
<file alias="darkclosebutton.png">themes/default/darkclosebutton.png</file>
<file alias="grass_add_vertex.png">themes/default/grass_add_vertex.png</file>
<file alias="grass_clear_input.png">themes/default/grass_clear_input.png</file>
<file alias="grass_close_edit.png">themes/default/grass_close_edit.png</file>
Expand Down

0 comments on commit d4e3fcd

Please sign in to comment.