-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Union error: "global name 'vproviderA' is not defined #23506
Comments
Author Name: Frank Sokolic (Frank Sokolic) I get the same error when using the Union tool on QGIS Master with Ubuntu 16.04. The error occurs when accessing the tool via the menu (Vector > Geoprocessing Tools > Union) or via the Processing toolbox (QGIS Algorithms > Vector overlay tools > Union). |
Author Name: Victor Ducrot (Victor Ducrot) Same error and manjaro linux (based on arch). |
Author Name: Victor Ducrot (Victor Ducrot) vproviderA has to be replaced by vlayerA line 78 of /usr/share/qgis/python/plugins/processing/algs/qgis/Union.py in Linux. |
Author Name: Ervin Wirth (Ervin Wirth) The same error on Windows 7 64 bit with QGIS 2.16 |
Author Name: Eivind Olsen (Eivind Olsen) Same error on Windows 7 64 bit with QGIS 2.16.3, both within QGIS and from a standalone script. Editing "C:\OSGeo4W64\apps\qgis\python\plugins\processing\algs\qgis\Union.py" as suggested in #4 above does the trick for the Union tool from within QGIS. It seems to fix the problem in the standalone script, but now produces new errors: ERROR 1: Attempt to write non-polygon (MULTILINESTRING) geometry to POLYGON type |
Author Name: Alexander Bruy (@alexbruy) Seems already fixed. Please reopen if necessary.
|
Author Name: Jürgen Fischer (@jef-n)
|
Author Name: Hugo Nicolau Barbosa de Gusmão (Hugo Nicolau Barbosa de Gusmão)
Original Redmine Issue: 15582
Affected QGIS version: 2.16.2
Redmine category:unknown
Hi everyone!
In Qgis 2.16.2-2 and 2.16.2-3 the " Join" tool does not work . When trying to join two shapefiles , an error occurs :
"global name 'vproviderA' is not defined. See log for more details" .
Log:
File "C:/PROGRA
1/QGIS21.16/apps/qgis/./python/plugins\processing\algs\qgis\Union.py", line 78, in processAlgorithmgeomType, vproviderA.crs())
NameError: global name 'vproviderA' is not defined.
The text was updated successfully, but these errors were encountered: