Navigation Menu

Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5074 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 22, 2006
1 parent 30c7158 commit cc4b828
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 0 deletions.
Binary file added src/plugins/grass/modules/r.out.gdal.gtiff.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.out.gdal.gtiff.2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/plugins/grass/modules/r.out.gdal.gtiff.qgm
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Geo TIFF raster export" module="r.out.gdal">
<option key="input"/>
<option key="format" answer="GTiff" hidden="yes" />
<option key="type" answer="Float64" />
<file key="output" type="new" filters="Geo TIFF (*.tif *.tiff)" />
</qgisgrassmodule>
Binary file added src/plugins/grass/modules/v.out.ogr.gml.1.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.out.ogr.gml.2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/plugins/grass/modules/v.out.ogr.gml.qgm
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="GML export of vector layer" module="v.out.ogr">
<option key="input" layeroption="layer" typeoption="type" />
<option key="format" answer="GML" hidden="yes" />
<file key="dsn" type="new" label="Output GML file" filters="GML (*.gml)" />
<option key="olayer" answer="default" label="Output layer name (used in GML file)" />
</qgisgrassmodule>
Binary file added src/plugins/grass/modules/v.out.ogr.shape.1.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.out.ogr.shape.2.svg
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.out.ogr.shape.qgm
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Shapefile export of vector layer" module="v.out.ogr">
<option key="input" layeroption="layer" typeoption="type" />
<option key="format" answer="ESRI_Shapefile" hidden="yes" />
<file key="dsn" type="new" fileoption="olayer" label="Output Shapefile" filters="Shapefile (*.shp)" />
</qgisgrassmodule>

0 comments on commit cc4b828

Please sign in to comment.