Skip to content

Commit 81512b2

Browse files
author
pcav
committed
More tuning to the grass toolbox
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14600 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent fc4c0e8 commit 81512b2

File tree

4 files changed

+33
-29
lines changed

4 files changed

+33
-29
lines changed
-2.28 KB
Binary file not shown.

src/plugins/grass/modules-common/db.copy.1.svg

+31-27
Loading

src/plugins/grass/modules-common/r.walk.coord.qgm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Generate raster of cumulative cost of moving between x,y points, based on elevation and friction input rasters" module="r.walk">
4+
<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"/>
77
<option key="coordinate"/>

src/plugins/grass/modules-common/r.walk.vect.qgm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
33

4-
<qgisgrassmodule label="Generate raster of cumulative cost of moving between vector points, based on elevation and friction input rasters" module="r.walk">
4+
<qgisgrassmodule label="Generate raster of cumulative cost of moving between locations, based on elevation and friction input rasters and starting point(s) vector" module="r.walk">
55
<option key="elevation"/>
66
<option key="friction"/>
77
<option key="start_points"/>

0 commit comments

Comments
 (0)