Small fix (get_geometries was missing 'buffer' parameter)

This commit is contained in:
Marcelo Prates
2021-09-13 16:53:09 -03:00
parent 18c4dd704c
commit 758fb5abbb

View File

@@ -143,6 +143,7 @@ def get_geometries(
tags: Dict = {},
perimeter_tolerance: float = 0,
union: Boolean = True,
buffer: float = 0,
circle: Boolean = True,
dilate: float = 0,
) -> Union[Polygon, MultiPolygon]: