[QGIS Commit] r12475 - trunk/qgis/src/plugins/grass/modules-common
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Dec 15 12:00:38 EST 2009
Author: pcav
Date: 2009-12-15 12:00:36 -0500 (Tue, 15 Dec 2009)
New Revision: 12475
Added:
trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.1.svg
trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.2.png
trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.qgm
Modified:
trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.all.qgm
Log:
More GRASS modules updated and added. Applied #2004
Modified: trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.all.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.all.qgm 2009-12-15 16:27:42 UTC (rev 12474)
+++ trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.all.qgm 2009-12-15 17:00:36 UTC (rev 12475)
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
-<qgisgrassmodule label="Import all OGR/PostGIS vectors in a given data source" module="v.in.ogr">
+<qgisgrassmodule label="Import OGR vectors in a given data source combining them in a GRASS vector" module="v.in.ogr">
<flag key="o" answer="on" hidden="yes" />
<flag key="z" answer="off" hidden="no" />
<flag key="e" answer="off" hidden="no" />
- <option key="dsn" type="old" label="Path to the OGR data source" />
+ <file key="dsn" type="directory" label="Path to the OGR data source" />
<option key="output" />
<option key="type" />
</qgisgrassmodule>
Added: trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.1.svg
===================================================================
--- trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.1.svg (rev 0)
+++ trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.1.svg 2009-12-15 17:00:36 UTC (rev 12475)
@@ -0,0 +1,8 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" width="500" x="0" y="0" height="500" id="/hardmnt/janacek0/ssi/blazek/inst/qgis/cvs/plugins/grass/modules/r.to.vect.line.2" >
+ <rect width="500" x="0" y="0" height="500" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(255,255,255);" />
+ <g style="stroke:rgb(0,0,0);stroke-width:0.9;fill:none;" >
+ <line transform="translate(0.331263 0.331263)" style="stroke:rgb(0,0,0);stroke-width:15;fill:rgb(220,220,220);" y1="401" y2="96" x1="94" x2="399" />
+ </g>
+</svg>
Added: trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.2.png
===================================================================
(Binary files differ)
Property changes on: trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.2.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.qgm
===================================================================
--- trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.qgm (rev 0)
+++ trunk/qgis/src/plugins/grass/modules-common/v.in.ogr.qgis.where.qgm 2009-12-15 17:00:36 UTC (rev 12475)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
+
+<qgisgrassmodule label="Import loaded vector selecting some features" module="v.in.ogr">
+ <flag key="o" answer="on" 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="where" />
+ <option key="output" />
+ <option key="type" />
+</qgisgrassmodule>
More information about the QGIS-commit
mailing list