[GRASS-SVN] r43536 - grass/branches/develbranch_6/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 20 06:44:47 EDT 2010


Author: mmetz
Date: 2010-09-20 10:44:46 +0000 (Mon, 20 Sep 2010)
New Revision: 43536

Modified:
   grass/branches/develbranch_6/vector/v.in.ogr/main.c
Log:
remove redundant topo building step

Modified: grass/branches/develbranch_6/vector/v.in.ogr/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.in.ogr/main.c	2010-09-20 08:13:28 UTC (rev 43535)
+++ grass/branches/develbranch_6/vector/v.in.ogr/main.c	2010-09-20 10:44:46 UTC (rev 43536)
@@ -966,11 +966,6 @@
 	G_message("%s", separator);
 	G_warning(_("Cleaning polygons, result is not guaranteed!"));
 
-	Vect_set_release_support(&Map);
-	Vect_close(&Map);
-	Vect_open_update(&Map, out_opt->answer, G_mapset());
-	Vect_build_partial(&Map, GV_BUILD_BASE);	/* Downgrade topo */
-
 	if (snap >= 0) {
 	    G_message("%s", separator);
 	    G_message(_("Snap boundaries (threshold = %.3e):"), snap);



More information about the grass-commit mailing list