Skip to content

Commit 160d3da

Browse files
author
jef
committedJul 16, 2008
apply GRASS plugin update from Marco Pasetti (fixes #1101)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8798 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6894089 commit 160d3da

Some content is hidden

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

43 files changed

+176
-30
lines changed
 

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

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
<section label="Import vector">
2323
<grass name="v.in.ogr"/>
2424
<grass name="v.in.ogr.loc"/>
25+
<grass name="v.in.ogr.all"/>
26+
<grass name="v.in.ogr.all.loc"/>
27+
<grass name="v.in.shape"/>
28+
<grass name="v.in.shape.loc"/>
2529
<grass name="v.in.dxf"/>
2630
<grass name="v.in.e00"/>
2731
<grass name="v.in.mapgen"/>
@@ -71,19 +75,23 @@
7175
<section label="Config">
7276
<section label="Region">
7377
<section label="Region settings">
74-
<grass name="g.region"/>
78+
<grass name="g.region.save"/>
79+
<grass name="g.region.zoom"/>
80+
<grass name="g.region.multiple.raster"/>
81+
<grass name="g.region.multiple.vector"/>
7582
</section>
7683
<section label="Projection management">
77-
<section label="Print projection info of current Location">
84+
<section label="Print projection information of the current location">
7885
<grass name="g.proj.print"/>
7986
</section>
80-
<section label="Print projection info from a file">
87+
<section label="Print projection information from a georeferenced file">
8188
<grass name="g.proj.geo"/>
89+
<grass name="g.proj.ascii"/>
8290
<grass name="g.proj.proj"/>
8391
</section>
84-
<section label="Print projection info from a file to create new location">
85-
<grass name="g.proj.ascii.new"/>
92+
<section label="Print projection information from a georeferenced file and create a new location based on it">
8693
<grass name="g.proj.geo.new"/>
94+
<grass name="g.proj.ascii.new"/>
8795
<grass name="g.proj.proj.new"/>
8896
</section>
8997
</section>
@@ -101,6 +109,9 @@
101109
<section label="Compress raster">
102110
<grass name="r.compress"/>
103111
</section>
112+
<section label="Patch raster layers">
113+
<grass name="r.patch"/>
114+
</section>
104115
<section label="Sets the boundary definitions for a raster map">
105116
<grass name="r.region.region"/>
106117
<grass name="r.region.raster"/>
@@ -125,6 +136,7 @@
125136
</section>
126137
<section label="Reproject raster from another Location">
127138
<grass name="r.proj"/>
139+
<grass name="r.proj.res"/>
128140
</section>
129141
</section>
130142
<section label="Manage map colors">
@@ -241,6 +253,9 @@
241253
<section label="Topology management">
242254
<grass name="v.build.all"/>
243255
</section>
256+
<section label="Patch vector layers">
257+
<grass name="v.patch"/>
258+
</section>
244259
<section label="Toolset for cleaning topology of vector map">
245260
<grass name="v.clean.break"/>
246261
<grass name="v.clean.snap"/>

0 commit comments

Comments
 (0)
Please sign in to comment.