[GRASS-SVN] r47658 - grass/trunk/vector/v.colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 15 15:41:12 EDT 2011
Author: martinl
Date: 2011-08-15 12:41:11 -0700 (Mon, 15 Aug 2011)
New Revision: 47658
Modified:
grass/trunk/vector/v.colors/main.c
Log:
v.colors: no topology required
Modified: grass/trunk/vector/v.colors/main.c
===================================================================
--- grass/trunk/vector/v.colors/main.c 2011-08-15 19:39:13 UTC (rev 47657)
+++ grass/trunk/vector/v.colors/main.c 2011-08-15 19:41:11 UTC (rev 47658)
@@ -215,6 +215,7 @@
G_suppress_warnings(FALSE);
/* open map and get min/max values */
+ Vect_set_open_level(1); /* no topology required */
Vect_open_old2(&Map, name, mapset, opt.field->answer);
layer = Vect_get_field_number(&Map, opt.field->answer);
More information about the grass-commit
mailing list