fill distance to polygons - TBD
Opened this issue · 2 comments
pedro-andrade-inpe commented
Implement a new strategy to distance to polygons that consider the distance to the closest part of the polygon, instead of to its centroid.
avancinirodrigo commented
@pedro-andrade-inpe
could it be a parameter on distance operation in fill, e.g. centroid = true
?
pedro-andrade-inpe commented
Yes, but we need to check if this could not have a bad interpretation in other strategies. Please check that.