Skip to content

Commit

Permalink
Fixed a commit mistake of r11052.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@11079 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jul 15, 2009
1 parent 5a16e79 commit e992539
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
9 changes: 7 additions & 2 deletions src/plugins/grass/modules-6.3/default.qgc
Expand Up @@ -41,6 +41,7 @@
</section>
<section label="Export">
<section label="Export raster">
<grass name="r.out.gdal.gtiff"/>
<grass name="r.out.gdal"/>
<grass name="r.out.ascii"/>
<grass name="r.out.xyz"/>
Expand All @@ -60,6 +61,8 @@
<section label="Export vector">
<grass name="v.out.ogr"/>
<grass name="qgis.v.out.ogr.pg"/>
<grass name="v.out.ogr.gml"/>
<grass name="v.out.ogr.mapinfo"/>
<grass name="v.out.ogr.postgis"/>
<grass name="v.out.ascii"/>
<grass name="v.out.dxf"/>
Expand Down Expand Up @@ -90,7 +93,8 @@
<grass name="g.region.multiple.vector"/>
</section>
<section label="Projection management">
<section label="Print projection information of the current location"> <grass name="g.proj.print"/>
<section label="Print projection information of the current location">
<grass name="g.proj.print"/>
</section>
<section label="Print projection information from a georeferenced file">
<grass name="g.proj.geo"/>
Expand All @@ -103,7 +107,7 @@
<grass name="g.proj.proj.new"/>
</section>
</section>
<section label="Converte coordinates">
<section label="Convert coordinates">
<grass name="m.cogo"/>
</section>
</section>
Expand Down Expand Up @@ -192,6 +196,7 @@
</section>
<section label="Spatial models">
<section label="Hydrologic modelling">
<grass name="r.watershed"/>
<grass name="r.carve"/>
<grass name="r.fill.dir"/>
<grass name="r.lake.xy"/>
Expand Down
13 changes: 11 additions & 2 deletions src/plugins/grass/modules-6.4/default.qgc
Expand Up @@ -23,6 +23,10 @@
<grass name="r.in.srtm"/>
<grass name="r.in.aster"/>
<grass name="r.in.wms"/>
<grass name="r.external"/>
<grass name="r.external.qgis"/>
<grass name="r.external.qgis.all"/>
<grass name="r.in.wms"/>
</section>
<section label="Import vector">
<grass name="v.in.ogr.qgis"/>
Expand All @@ -43,6 +47,7 @@
</section>
<section label="Export">
<section label="Export raster">
<grass name="r.out.gdal.gtiff"/>
<grass name="r.out.gdal"/>
<grass name="r.out.ascii"/>
<grass name="r.out.xyz"/>
Expand All @@ -62,6 +67,8 @@
<section label="Export vector">
<grass name="v.out.ogr"/>
<grass name="qgis.v.out.ogr.pg"/>
<grass name="v.out.ogr.gml"/>
<grass name="v.out.ogr.mapinfo"/>
<grass name="v.out.ogr.postgis"/>
<grass name="v.out.ascii"/>
<grass name="v.out.dxf"/>
Expand Down Expand Up @@ -95,7 +102,8 @@
<grass name="g.region.multiple.vector"/>
</section>
<section label="Projection management">
<section label="Print projection information of the current location"> <grass name="g.proj.print"/>
<section label="Print projection information of the current location">
<grass name="g.proj.print"/>
</section>
<section label="Print projection information from a georeferenced file">
<grass name="g.proj.geo"/>
Expand All @@ -108,7 +116,7 @@
<grass name="g.proj.proj.new"/>
</section>
</section>
<section label="Converte coordinates">
<section label="Convert coordinates">
<grass name="m.cogo"/>
</section>
</section>
Expand Down Expand Up @@ -199,6 +207,7 @@
</section>
<section label="Spatial models">
<section label="Hydrologic modelling">
<grass name="r.watershed"/>
<grass name="r.carve"/>
<grass name="r.fill.dir"/>
<grass name="r.lake.xy"/>
Expand Down

0 comments on commit e992539

Please sign in to comment.