- fixed NCC Tool not working with the new changes; the check for not having complete isolation is just a Warning

This commit is contained in:
Marius Stanciu
2020-10-29 15:03:17 +02:00
parent 443f9a51e8
commit fcfc819fff
4 changed files with 204 additions and 195 deletions

View File

@@ -27,6 +27,7 @@ from shapely.geometry.polygon import orient
import numpy as np
from numpy.linalg import norm as numpy_norm
import logging
from rtree import index as rtindex
@@ -40,6 +41,8 @@ fcTranslate.apply_language('strings')
if '_' not in builtins.__dict__:
_ = gettext.gettext
log = logging.getLogger('base')
class BufferSelectionTool(AppTool):
"""