File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 51
51
<grass name =" r.in.aster" />
52
52
<grass name =" r.in.wms" />
53
53
</section >
54
-
55
54
</section >
56
55
<section label =" Import vector into GRASS" >
57
56
<section label =" Import vector into GRASS from QGIS view" >
73
72
<grass name =" v.in.gns" />
74
73
</section >
75
74
</section >
76
- <section label =" Import from database into GRASS" >
75
+ <section label =" Import from database into GRASS" >
77
76
<grass name =" db.in.ogr" />
78
77
</section >
79
78
</section >
Original file line number Diff line number Diff line change 4
4
<qgisgrassmodule label =" Create new location from .prj (WKT) file" module =" g.proj" >
5
5
<flag key =" c" answer =" on" hidden =" yes" />
6
6
<file key =" wkt" />
7
- <file key =" location" />
7
+ <option key =" location" />
8
8
</qgisgrassmodule >
Original file line number Diff line number Diff line change 3
3
4
4
<qgisgrassmodule label =" Re-project raster from a location to the current location" module =" r.proj" >
5
5
<option key =" input" />
6
- <option key =" dbase" />
7
- <option key =" location" />
8
6
<option key =" mapset" />
7
+ <option key =" location" />
9
8
<option key =" method" />
10
9
<option key =" resolution" />
11
- <option key =" output" />
10
+ <option key =" output" label =" Name for the output raster map (optional)" />
11
+ <option key =" dbase" label =" Path to GRASS database of input location (optional)" />
12
12
</qgisgrassmodule >
Original file line number Diff line number Diff line change 3
3
4
4
<qgisgrassmodule label =" Projection conversion of vector" module =" v.proj" >
5
5
<option key =" input" />
6
- <option key =" dbase" />
7
- <option key =" location" />
8
6
<option key =" mapset" />
9
- <option key =" output" />
7
+ <option key =" location" />
8
+ <option key =" output" label =" Name for output vector map (optional)" />
9
+ <option key =" dbase" label =" Path to GRASS database of input location (optional)" />
10
10
</qgisgrassmodule >
You can’t perform that action at this time.
0 commit comments