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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 13 08:32:06 EDT 2009


Author: mmetz
Date: 2009-07-13 08:32:06 -0400 (Mon, 13 Jul 2009)
New Revision: 38388

Modified:
   grass/trunk/vector/v.what/main.c
Log:
spatial index update

Modified: grass/trunk/vector/v.what/main.c
===================================================================
--- grass/trunk/vector/v.what/main.c	2009-07-13 12:31:14 UTC (rev 38387)
+++ grass/trunk/vector/v.what/main.c	2009-07-13 12:32:06 UTC (rev 38388)
@@ -141,7 +141,7 @@
 			      vect[i]);
 
 	    G_verbose_message(_("Building spatial index..."));
-	    Vect_build_spatial_index(&Map[i]);
+	    Vect_build_sidx(&Map[i]);
 	}
     }
 



More information about the grass-commit mailing list