Skip to content

Commit

Permalink
Update r.proj, r.colors.rules and add r.colors.rast and v.db.droptable
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9126 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
leolami committed Aug 23, 2008
1 parent 9930215 commit d0ff2d0
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 29 deletions.
35 changes: 11 additions & 24 deletions src/plugins/grass/config/default.qgc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
<section label="Import vector">
<grass name="v.in.ogr"/>
<grass name="v.in.ogr.loc"/>
<grass name="v.in.ogr.all"/>
<grass name="v.in.ogr.all.loc"/>
<grass name="v.in.shape"/>
<grass name="v.in.shape.loc"/>
<grass name="v.in.dxf"/>
<grass name="v.in.e00"/>
<grass name="v.in.mapgen"/>
Expand Down Expand Up @@ -75,23 +71,19 @@
<section label="Config">
<section label="Region">
<section label="Region settings">
<grass name="g.region.save"/>
<grass name="g.region.zoom"/>
<grass name="g.region.multiple.raster"/>
<grass name="g.region.multiple.vector"/>
<grass name="g.region"/>
</section>
<section label="Projection management">
<section label="Print projection information of the current location">
<section label="Print projection info of current Location">
<grass name="g.proj.print"/>
</section>
<section label="Print projection information from a georeferenced file">
<section label="Print projection info from a file">
<grass name="g.proj.geo"/>
<grass name="g.proj.ascii"/>
<grass name="g.proj.proj"/>
</section>
<section label="Print projection information from a georeferenced file and create a new location based on it">
<grass name="g.proj.geo.new"/>
<section label="Print projection info from a file to create new location">
<grass name="g.proj.ascii.new"/>
<grass name="g.proj.geo.new"/>
<grass name="g.proj.proj.new"/>
</section>
</section>
Expand All @@ -109,9 +101,6 @@
<section label="Compress raster">
<grass name="r.compress"/>
</section>
<section label="Patch raster layers">
<grass name="r.patch"/>
</section>
<section label="Sets the boundary definitions for a raster map">
<grass name="r.region.region"/>
<grass name="r.region.raster"/>
Expand All @@ -136,12 +125,12 @@
</section>
<section label="Reproject raster from another Location">
<grass name="r.proj"/>
<grass name="r.proj.res"/>
</section>
</section>
<section label="Manage map colors">
<grass name="r.colors.table"/>
<grass name="r.colors.rules"/>
<grass name="r.colors.rast"/>
<grass name="r.blend"/>
<grass name="r.composite"/>
<grass name="r.his"/>
Expand Down Expand Up @@ -253,9 +242,6 @@
<section label="Topology management">
<grass name="v.build.all"/>
</section>
<section label="Patch vector layers">
<grass name="v.patch"/>
</section>
<section label="Toolset for cleaning topology of vector map">
<grass name="v.clean.break"/>
<grass name="v.clean.snap"/>
Expand Down Expand Up @@ -412,15 +398,16 @@
</section>
<section label="Tables management">
<grass name="v.db.addtable"/>
<grass name="v.db.addcol"/>
<grass name="v.db.dropcol"/>
<grass name="v.db.renamecol"/>
<grass name="v.db.droptable"/>
</section>
<section label="Queries">
<section label="Columns management">
<grass name="v.db.addcol"/>
<grass name="v.db.update_const"/>
<grass name="v.db.update_query"/>
<grass name="v.db.update_op"/>
<grass name="v.db.update_op_query"/>
<grass name="v.db.dropcol"/>
<grass name="v.db.renamecol"/>
<grass name="db.execute"/>
</section>
<section label="Others">
Expand Down
Binary file added src/plugins/grass/modules/r.colors.rast.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/plugins/grass/modules/r.colors.rast.2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/plugins/grass/modules/r.colors.rast.qgm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Set raster color table from existing raster" module="r.colors">
<option key="map" update="yes" />
<option key="raster" />
</qgisgrassmodule>
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.colors.rules.qgm
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

<qgisgrassmodule label="Set raster color table from setted rules" module="r.colors">
<option key="map" update="yes" />
<option key="rules" />
<file key="rules" type="old" />
</qgisgrassmodule>
10 changes: 6 additions & 4 deletions src/plugins/grass/modules/r.proj.qgm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Re-project a raster map from one location to the current location" module="r.proj">
<file key="input" />
<option key="dbase" />
<option key="location" />
<option key="mapset" />
<option key="input" />
<option key="dbase"/>
<option key="location"/>
<option key="mapset"/>
<option key="method" />
<option key="resolution" />
<option key="output" />
</qgisgrassmodule>
Binary file added src/plugins/grass/modules/v.db.droptable.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/plugins/grass/modules/v.db.droptable.qgm
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Remove existing attribute table of a vector map" module="v.db.droptable">
<option key="map" />
<option key="table" />
<option key="layer" answer="1" hidden="no" />
</qgisgrassmodule>

0 comments on commit d0ff2d0

Please sign in to comment.