[GRASS-SVN] r48003 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Aug 31 12:14:30 EDT 2011
Author: martinl
Date: 2011-08-31 09:14:30 -0700 (Wed, 31 Aug 2011)
New Revision: 48003
Modified:
grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: overwrite created links if requested
Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2011-08-31 16:12:18 UTC (rev 48002)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2011-08-31 16:14:30 UTC (rev 48003)
@@ -408,6 +408,7 @@
# create link for OGR layers
if not isNative:
gcmd.RunCommand('v.external',
+ overwrite = overwrite,
parent = parent,
dsn = vExternalOut['dsn'],
layer = outmap)
More information about the grass-commit
mailing list