[GRASS-SVN] r55403 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 16 10:21:17 PDT 2013


Author: martinl
Date: 2013-03-16 10:21:16 -0700 (Sat, 16 Mar 2013)
New Revision: 55403

Modified:
   grass/trunk/lib/vector/Vlib/open.c
Log:
vlib: note that temporary vector maps are overwritten if they exist


Modified: grass/trunk/lib/vector/Vlib/open.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open.c	2013-03-16 14:41:45 UTC (rev 55402)
+++ grass/trunk/lib/vector/Vlib/open.c	2013-03-16 17:21:16 UTC (rev 55403)
@@ -841,7 +841,8 @@
   \brief Create new temporary vector map
 
   Temporary vector maps are stored in the current mapset (directory
-  <tt>.tmp/<hostname>/vector</tt>).
+  <tt>.tmp/<hostname>/vector</tt>). If the map already exists, it is
+  overwritten.
 
   Temporary vector maps are automatically deleted when closing the map
   (see Vect_close() for details).



More information about the grass-commit mailing list