[GRASS-SVN] r38391 - grass/trunk/vector/v.what

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 13 08:57:49 EDT 2009


Author: mmetz
Date: 2009-07-13 08:57:48 -0400 (Mon, 13 Jul 2009)
New Revision: 38391

Modified:
   grass/trunk/vector/v.what/main.c
Log:
library takes care of the spatial index

Modified: grass/trunk/vector/v.what/main.c
===================================================================
--- grass/trunk/vector/v.what/main.c	2009-07-13 12:33:22 UTC (rev 38390)
+++ grass/trunk/vector/v.what/main.c	2009-07-13 12:57:48 UTC (rev 38391)
@@ -139,9 +139,6 @@
 	    if (level < 2)
 		G_fatal_error(_("You must build topology on vector map <%s>"),
 			      vect[i]);
-
-	    G_verbose_message(_("Building spatial index..."));
-	    Vect_build_sidx(&Map[i]);
 	}
     }
 



More information about the grass-commit mailing list