IDTruke / QGIS-Super_Copier

Plugin QGIS pour choisir les champs lors de la copy de géométrie
MIT License
0 stars 0 forks source link

Uncaught KeyError: -2147483647 #3

Open peter-shr opened 7 years ago

peter-shr commented 7 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/USER/.qgis2/python/plugins\Super_Copier\Super_Copier.py", line 337, in run
    self.finalCopy(layer_orig, layer_dest, self.prepaData(ldest_fields))
  File "C:/Users/USER/.qgis2/python/plugins\Super_Copier\Super_Copier.py", line 273, in finalCopy
    if type1[feature.geometry().type()] == type2[l_dest.wkbType()]:
KeyError: -2147483647

Super_Copier 0.1, QGIS 2.14.13-Essen on Windows 10

IDTruke commented 7 years ago

Hi peter-shr, thank you for your interest. Could you explain me what is your problem exactly, have you an error message in QGIS. I try to reproduce in QGIS 2.14 the error but for me everything is good and i don't have enough elements for help me to understand and resolve this.