Переглянути джерело

library takes care of the spatial index

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38391 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 16 роки тому
батько
коміт
16674e7951
1 змінених файлів з 0 додано та 3 видалено
  1. 0 3
      vector/v.what/main.c

+ 0 - 3
vector/v.what/main.c

@@ -139,9 +139,6 @@ int main(int argc, char **argv)
 	    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]);
 	}
     }