File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 78
78
<grass name =" g.proj.print" />
79
79
</section >
80
80
<section label =" Print projection info from a file" >
81
- <grass name =" g.proj.ascii" />
82
81
<grass name =" g.proj.geo" />
83
82
<grass name =" g.proj.proj" />
84
83
</section >
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
<qgisgrassmodule label =" r.contour - Produces a contours vector map of specified contours from a raster map" module =" r.contour" >
4
4
<option key =" input" />
5
- <option key =" list " />
5
+ <option key =" levels " />
6
6
<option key =" output" />
7
7
</qgisgrassmodule >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3
3
4
- <qgisgrassmodule label =" r.random - Generates random cell values with spatial dependence" module =" r.random.cells" >
4
+ <qgisgrassmodule label =" r.random.cells - Generates random cell values with spatial dependence" module =" r.random.cells" >
5
5
<option key =" distance" />
6
6
<option key =" output" />
7
7
</qgisgrassmodule >
Original file line number Diff line number Diff line change 3
3
4
4
<qgisgrassmodule label =" v.dissolve - Dissolves boundaries between adjacent areas sharing a common category number or attribute" module =" v.dissolve" >
5
5
<option key =" input" layeroption =" layer" />
6
- <field key =" column" layer =" map" type =" integer,double " label =" Attribute field" />
6
+ <field key =" column" layer =" map" type =" integer,string " label =" Attribute field" />
7
7
<option key =" output" />
8
8
</qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments