[GRASS-SVN] r61464 - grass/trunk/lib/ogsf

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 30 20:13:34 PDT 2014


Author: annakrat
Date: 2014-07-30 20:13:34 -0700 (Wed, 30 Jul 2014)
New Revision: 61464

Modified:
   grass/trunk/lib/ogsf/gvd.c
Log:
libogsf: fix color rendering of 3D vector lines with defined color table

Modified: grass/trunk/lib/ogsf/gvd.c
===================================================================
--- grass/trunk/lib/ogsf/gvd.c	2014-07-30 18:30:01 UTC (rev 61463)
+++ grass/trunk/lib/ogsf/gvd.c	2014-07-31 03:13:34 UTC (rev 61464)
@@ -214,7 +214,6 @@
 		G_debug(5, "gvd_vect(): 3D vector line");
 		points = (Point3 *) malloc(sizeof(Point3));
 
-		gsd_color_func(gv->style->color);
 		gsd_bgnline();
 		for (k = 0; k < gln->npts; k++) {
 		    points[0][X] =



More information about the grass-commit mailing list