diff --git a/scripts/geodata/polygons/index.py b/scripts/geodata/polygons/index.py index 5d50d0f5..50fbae2d 100644 --- a/scripts/geodata/polygons/index.py +++ b/scripts/geodata/polygons/index.py @@ -92,7 +92,7 @@ class PolygonIndex(object): Coerce to valid polygon ''' if not poly.is_valid: - poly = poly.buffer(cls.simplify_tolerance) + poly = poly.buffer(0) if not poly.is_valid: return None return poly