diff --git a/prettymaps/fetch.py b/prettymaps/fetch.py index 6be9358..de1ce73 100644 --- a/prettymaps/fetch.py +++ b/prettymaps/fetch.py @@ -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]: