Explorar el Código

wxGUI: overwrite created links if requested

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48003 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 13 años
padre
commit
083a203892
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      gui/wxpython/gui_modules/gdialogs.py

+ 1 - 0
gui/wxpython/gui_modules/gdialogs.py

@@ -408,6 +408,7 @@ def CreateNewVector(parent, cmd, title = _('Create new vector map'),
         # create link for OGR layers
         # create link for OGR layers
         if not isNative:
         if not isNative:
             gcmd.RunCommand('v.external',
             gcmd.RunCommand('v.external',
+                            overwrite = overwrite,
                             parent = parent,
                             parent = parent,
                             dsn = vExternalOut['dsn'],
                             dsn = vExternalOut['dsn'],
                             layer = outmap)
                             layer = outmap)