Skip to content

Commit b219b5e

Browse files
committedOct 5, 2015
Merge pull request #2349 from NINAnor/grass7_pluginupdate
Grass7 pluginupdate
2 parents 32e6d9c + 26c1311 commit b219b5e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+11395
-9
lines changed
 

‎src/plugins/grass/modules/default.qgc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,11 @@
296296
<grass name="r.distance"/>
297297
</section>
298298
</section>
299+
<section label="Query raster maps">
300+
<grass name="r.what" version_max="6.4"/>
301+
<grass name="r.what.coordinates" version_min="7.0"/>
302+
<grass name="r.what.vectorpoints" version_min="7.0"/>
303+
</section>
299304
</section>
300305

301306
<section label="Vector">

‎src/plugins/grass/modules/g.region.multiple.raster.qgm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

44
<qgisgrassmodule label="Set the region to match multiple rasters" module="g.region">
5-
<file key="rast" label="Type in map names separated by a comma" version_max="6.4"/>
6-
<file key="raster" label="Type in map names separated by a comma" version_min="7.0"/>
5+
<option key="rast" version_max="6.4"/>
6+
<option key="raster" version_min="7.0"/>
77
</qgisgrassmodule>

0 commit comments

Comments
 (0)
Please sign in to comment.