[GRASS-SVN] r56507 - grass-addons/grass6/display/d.anaglyph

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 30 01:50:12 PDT 2013


Author: hamish
Date: 2013-05-30 01:50:11 -0700 (Thu, 30 May 2013)
New Revision: 56507

Modified:
   grass-addons/grass6/display/d.anaglyph/d.anaglyph
Log:
allow multiple points maps (they reuse the same attribs)

Modified: grass-addons/grass6/display/d.anaglyph/d.anaglyph
===================================================================
--- grass-addons/grass6/display/d.anaglyph/d.anaglyph	2013-05-30 08:49:29 UTC (rev 56506)
+++ grass-addons/grass6/display/d.anaglyph/d.anaglyph	2013-05-30 08:50:11 UTC (rev 56507)
@@ -79,7 +79,7 @@
 #% key: vpoints
 #% type: string
 #% required: no
-#% multiple: no
+#% multiple: yes
 #% key_desc: name
 #% description: Name of point vector overlay map
 #% gisprompt: old,vector,vector
@@ -89,7 +89,7 @@
 #% key: vpoints_size
 #% type: integer
 #% required: no
-#% multiple: no
+#% multiple: yes
 #% options: 1-10000
 #% key_desc: value
 #% description: Icon size (map units)
@@ -235,8 +235,6 @@
    VPOINTS=""
 fi
 
-
-
 if [ -n "$GIS_OPT_VLINES" ] ; then
    eval `g.region -g`
    VLINES="vline=$GIS_OPT_VLINES vline_color=black vline_height=$nsres"



More information about the grass-commit mailing list