Skip to content

Commit 7b8d3e7

Browse files
committedAug 31, 2015
fix default.qgc and two qgm
1 parent c0d51d1 commit 7b8d3e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</section>
186186
<section label="Map algebra">
187187
<grass name="r.mapcalc"/>
188-
<grass name="r.mapcalculator"version_max="6.4"/>
188+
<grass name="r.mapcalculator" version_max="6.4"/>
189189
</section>
190190
<section label="Neighborhood analysis">
191191
<grass name="r.neighbors"/>

‎src/plugins/grass/modules/r.cost.coord.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<qgisgrassmodule label="Generate raster of cumulative cost of moving between locations based on cost input raster and starting point(s) coordinates" module="r.cost">
55
<option key="input"/>
6-
<option key="coordinate"version_max="6.4"/>
6+
<option key="coordinate" version_max="6.4"/>
77
<option key="start_coordinates" version_min="7.0"/>
88
<option key="output"/>
99
<option key="max_cost" hidden="no"/>

‎src/plugins/grass/modules/r.walk.coord.qgm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qgisgrassmodule label="Generate raster of cumulative cost of moving between locations, based on elevation and friction input rasters and starting point(s) coordinates" module="r.walk">
55
<option key="elevation"/>
66
<option key="friction"/>
7-
<option key="coordinate"version_max="6.4"/>
7+
<option key="coordinate" version_max="6.4"/>
88
<option key="start_coordinates" version_min="7.0"/>
99
<option key="output"/>
1010
<flag key="k" hidden="no"/>

0 commit comments

Comments
 (0)