- 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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user