浏览代码

successfully copy grass6 vector without sidx

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@39977 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 年之前
父节点
当前提交
bb5096f0eb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lib/vector/Vlib/map.c

+ 1 - 0
lib/vector/Vlib/map.c

@@ -288,6 +288,7 @@ int Vect_copy(const char *in, const char *mapset, const char *out)
     }
 
     /* Open output */
+    Vect_set_open_level(1);
     Vect_open_update_head(&Out, out, G_mapset());
 
     /* Copy tables */