hello,
there is an error in the code, also if features are selected!
in ParallelOffset.run function, line 98, you have to change the "layer" variable name because it already contains the current layer value.
please change the next lines to:
for layerTo in layers:
if layerTo.name() == "Parallel_Offset":
Lexists = "true"
vl = layerTo
or remove the plugin.
regards,
francesco
hello,
there is an error in the code, also if features are selected!
in ParallelOffset.run function, line 98, you have to change the "layer" variable name because it already contains the current layer value.
please change the next lines to:
for layerTo in layers:
if layerTo.name() == "Parallel_Offset":
Lexists = "true"
vl = layerTo
or remove the plugin.
regards,
francesco