Navigation Menu

Skip to content

Commit

Permalink
New GRASS modules to convert loaded rasters and vectors - thanks John…
Browse files Browse the repository at this point in the history
… C. Tull

git-svn-id: http://svn.osgeo.org/qgis/trunk@10282 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Mar 16, 2009
1 parent 44520b0 commit 7616d44
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 0 deletions.
Binary file added src/plugins/grass/modules/r.in.gdal.qgis.1.png
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.in.gdal.qgis.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/plugins/grass/modules/r.in.gdal.qgis.loc.qgm
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import loaded raster and create a fitted location" module="r.in.gdal">
<flag key="o" answer="off" hidden="yes" />
<flag key="e" answer="on" hidden="yes" />
<gdal key="input" label="GDAL raster layer" />
<option key="output" />
<option key="location" />
</qgisgrassmodule>
9 changes: 9 additions & 0 deletions src/plugins/grass/modules/r.in.gdal.qgis.qgm
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import loaded raster" module="r.in.gdal">
<flag key="o" answer="on" hidden="yes" />
<flag key="e" answer="off" hidden="yes" />
<gdal key="input" label="GDAL raster layer" />
<option key="output" />
</qgisgrassmodule>
8 changes: 8 additions & 0 deletions src/plugins/grass/modules/v.in.ogr.qgis.1.svg
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/v.in.ogr.qgis.2.png
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.in.ogr.qgis.loc.1.svg
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/v.in.ogr.qgis.loc.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/plugins/grass/modules/v.in.ogr.qgis.loc.qgm
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import loaded vector and create a fitted location" module="v.in.ogr">
<flag key="o" answer="off" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<ogr key="dsn" layeroption="layer" whereoption="where" label="OGR vector layer" />
<option key="output" />
<option key="location" />
<option key="type" />
</qgisgrassmodule>
11 changes: 11 additions & 0 deletions src/plugins/grass/modules/v.in.ogr.qgis.qgm
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Import loaded vector" module="v.in.ogr">
<flag key="o" answer="off" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
<ogr key="dsn" layeroption="layer" whereoption="where" label="OGR vector layer" />
<option key="output" />
<option key="type" />
</qgisgrassmodule>

0 comments on commit 7616d44

Please sign in to comment.