|
@@ -244,6 +244,19 @@ PERMANENT
|
|
|
PostgreSQL, vector data is written by OGR data provider even
|
|
|
the native PostGIS data provider is available.</dd>
|
|
|
|
|
|
+ <dt>GRASS_VECTOR_EXTERNAL_IMMEDIATE</dt>
|
|
|
+ <dd>[vectorlib, v.external.out]<br> If the environment variable
|
|
|
+ GRASS_VECTOR_EXTERNAL_IMMEDIATE exists and vector output format
|
|
|
+ defined
|
|
|
+ by <em><a href="v.external.out.html">v.external.out</a></em> is
|
|
|
+ non-native, vector features are written to output external
|
|
|
+ datasource immediately. By default, the vector library writes
|
|
|
+ output data to a temporary vector map in native format and when
|
|
|
+ closing the map, the features are transfered to output external
|
|
|
+ datasource. Note: if output vector format is topological PostGIS
|
|
|
+ format, then the vector library writes features immediately to output
|
|
|
+ database (in this case GRASS_VECTOR_EXTERNAL_IMMEDIATE is ignored).</dd>
|
|
|
+
|
|
|
<dt>GRASS_WXBUNDLED</dt>
|
|
|
<dd>[wxGUI]<br>
|
|
|
set to tell wxGUI that a bundled wxPython will be used.<br>
|