[GRASS-SVN] r39822 - grass/trunk/scripts/v.dissolve

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 27 07:59:02 EST 2009


Author: martinl
Date: 2009-11-27 07:59:01 -0500 (Fri, 27 Nov 2009)
New Revision: 39822

Modified:
   grass/trunk/scripts/v.dissolve/v.dissolve.py
Log:
v.dissolve: OGR support (read access)


Modified: grass/trunk/scripts/v.dissolve/v.dissolve.py
===================================================================
--- grass/trunk/scripts/v.dissolve/v.dissolve.py	2009-11-27 12:48:16 UTC (rev 39821)
+++ grass/trunk/scripts/v.dissolve/v.dissolve.py	2009-11-27 12:59:01 UTC (rev 39822)
@@ -39,8 +39,8 @@
 #%end
 #%option
 #% key: layer
-#% type: integer
-#% label: Layer number. If -1, all layers are extracted.
+#% type: string
+#% label: Layer number or name. If -1, all layers are extracted.
 #% description: A single vector map can be connected to multiple database tables. This number determines which table to use.
 #% answer: 1
 #% gisprompt: old_layer,layer,layer_all



More information about the grass-commit mailing list