Skip to content

Commit

Permalink
Adding v.info and r.info to GRASS plugin. Update of some other module…
Browse files Browse the repository at this point in the history
…s (default.qgc, r.info.1.png, r.info.2.png, r.info.qgm, v.info.1.png, v.info.2.png, v.info.qgm, v.kcv.qgm, v.kernel.qgm, v.to.points.qgm)
  • Loading branch information
PedroVenancio committed Sep 4, 2015
1 parent 781bffa commit bd75f6e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/plugins/grass/modules/default.qgc
Expand Up @@ -277,6 +277,7 @@
</section>
<section label="Reports and statistics">
<section label="Reports">
<grass name="r.info"/>
<grass name="r.category"/>
</section>
<section label="Statistics">
Expand Down Expand Up @@ -424,6 +425,7 @@
<grass name="v.sample"/>
</section>
<section label="Reports and statistics">
<grass name="v.info"/>
<grass name="v.to.db"/>
<grass name="v.report"/>
<grass name="v.univar"/>
Expand Down
Binary file added src/plugins/grass/modules/r.info.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules/r.info.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/plugins/grass/modules/r.info.qgm
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Outputs basic information about a raster map" module="r.info">
<option key="map"/>
<flag key="h"/>
<flag key="e" version_min="7"/>
</qgisgrassmodule>
Binary file added src/plugins/grass/modules/v.info.1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules/v.info.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/plugins/grass/modules/v.info.qgm
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Outputs basic information about a vector map" module="v.info">
<option key="map"/>
<flag key="h"/>
<flag key="c"/>
<flag key="e" version_min="7"/>
<flag key="t"/>
<flag key="g"/>
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.kcv.qgm
Expand Up @@ -6,6 +6,6 @@
<option key="map" version_min="7"/>
<option key="k" version_max="6"/>
<option key="npartitions" version_min="7"/>
<option key="column" ansewr="part" />
<option key="column" answer="part" hidden="yes"/>
<option key="output" version_max="6"/>
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.kernel.qgm
Expand Up @@ -7,6 +7,6 @@
<option key="radius" version_min="7"/>
<option key="mult" answer="1" advanced="yes" version_max="6"/>
<option key="multiplier" answer="1" advanced="yes" version_min="7"/>
<option key="kernel" answer="Gaussian" advanced="yes"/>
<option key="kernel" answer="gaussian" advanced="yes"/>
<option key="output" outputType="raster"/>
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/v.to.points.qgm
Expand Up @@ -7,6 +7,6 @@
<option key="output"/>
<option key="dmax" answer="100" hidden="no"/>
<flag key="v" answer="on" hidden="no" version_max="6"/>
<option key="use" answer="Vertex" hidden="no" version_min="7"/>
<option key="use" answer="vertex" hidden="no" version_min="7"/>
<flag key="i"/>
</qgisgrassmodule>

0 comments on commit bd75f6e

Please sign in to comment.