Skip to content

Commit

Permalink
New GRASS modules to convert loaded rater and vectors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10281 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Mar 16, 2009
1 parent 2f700ce commit 44520b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions src/plugins/grass/config/default.qgc
Expand Up @@ -8,6 +8,8 @@
<section label="File">
<section label="Import">
<section label="Import raster">
<grass name="r.in.gdal.qgis"/>
<grass name="r.in.gdal.qgis.loc"/>
<grass name="r.in.gdal"/>
<grass name="r.in.gdal.loc"/>
<grass name="r.in.ascii"/>
Expand All @@ -19,6 +21,21 @@
<grass name="r.in.srtm"/>
<grass name="r.in.aster"/>
</section>
<section label="Import vector">
<grass name="v.in.ogr.qgis"/>
<grass name="v.in.ogr"/>
<grass name="v.in.ogr.qgis.loc"/>
<grass name="v.in.ogr.loc"/>
<grass name="v.in.ogr.all"/>
<grass name="v.in.ogr.all.loc"/>
<grass name="v.in.dxf"/>
<grass name="v.in.e00"/>
<grass name="v.in.mapgen"/>
<grass name="v.in.db"/>
<grass name="v.in.garmin"/>
<grass name="v.in.gpsbabel"/>
</section>

<section label="Import vector">
<grass name="v.in.ogr"/>
<grass name="v.in.ogr.loc"/>
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/r.in.gdal.loc.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import GDAL supported raster and create fitted location" module="r.in.gdal">
<qgisgrassmodule label="Import GDAL supported raster and create a fitted location" module="r.in.gdal">
<flag key="o" answer="off" hidden="yes" />
<flag key="e" answer="on" hidden="yes" />
<file key="input" />
Expand Down

0 comments on commit 44520b0

Please sign in to comment.