[GRASS-SVN] r68978 - grass/trunk/gui/wxpython/modules

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 15 07:46:29 PDT 2016


Author: martinl
Date: 2016-07-15 07:46:29 -0700 (Fri, 15 Jul 2016)
New Revision: 68978

Modified:
   grass/trunk/gui/wxpython/modules/import_export.py
Log:
wxGUI/import: do not use ReprojectionDialog for linked data

Modified: grass/trunk/gui/wxpython/modules/import_export.py
===================================================================
--- grass/trunk/gui/wxpython/modules/import_export.py	2016-07-15 14:41:59 UTC (rev 68977)
+++ grass/trunk/gui/wxpython/modules/import_export.py	2016-07-15 14:46:29 UTC (rev 68978)
@@ -320,7 +320,9 @@
 
         layers = self.list.GetLayers()
 
-        if differentProjLayers and not self.override.IsChecked(): # '-o' not in self.getSettingsPageCmd():
+        if not self.link and \
+           differentProjLayers and \
+           not self.override.IsChecked(): # '-o' not in self.getSettingsPageCmd():
 
             dlg = ReprojectionDialog(
                 parent=self,



More information about the grass-commit mailing list