Prechádzať zdrojové kódy

document GRASS_VECTOR_TEMPORARY variable

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57445 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 rokov pred
rodič
commit
d50a033941
1 zmenil súbory, kde vykonal 13 pridanie a 0 odobranie
  1. 13 0
      lib/init/variables.html

+ 13 - 0
lib/init/variables.html

@@ -259,6 +259,19 @@ PERMANENT
     by <em><a href="v.external.out.html">v.external.out</a></em> is
     ignored. The format is always native.</dd>
 
+  <dt>GRASS_VECTOR_TEMPORARY</dt>
+  <dd>[vectorlib]<br> If the environment variable
+    GRASS_VECTOR_TEMPORARY exists, vector library will operate with
+    temporary vector maps. New vector maps will be created
+    in <tt>$MAPSET/.tmp/$HOSTNAME/vector</tt>, existing vector maps
+    will be read also from this directory. Note that temporary vector
+    maps are not visible to the user
+    via <em><a href="g.list.html">g.list</a></em>. They are used
+    internally by the GRASS modules and deleted automatically when the
+    map is closed or GRASS session quited. Note that this variable is
+    dedicated for internal use only.
+  </dd>
+  
   <dt>GRASS_WXBUNDLED</dt>
   <dd>[wxGUI]<br>
     set to tell wxGUI that a bundled wxPython will be used.<br>