nextgis / qgis_reconstructline

QGIS plugin for making line out of points interactively
GNU General Public License v2.0
0 stars 3 forks source link

:bug: fix bug from issue #18 #19

Open Gui0delp opened 4 months ago

Gui0delp commented 4 months ago

Hi I create this pull request for fix the bug mentioned by @taro8. I change the np.complex (connector.py) by np.cdouble and np.int (tuner.py) by np.int_. For those operation i respect the documentation bellow, Numpy Documentation.

Note: need to be tested with a recent version of QGis > 3.30.3 or older

Kind regards,