mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 09:10:26 +02:00
Small fix (get_geometries was missing 'buffer' parameter)
This commit is contained in:
@@ -143,6 +143,7 @@ def get_geometries(
|
|||||||
tags: Dict = {},
|
tags: Dict = {},
|
||||||
perimeter_tolerance: float = 0,
|
perimeter_tolerance: float = 0,
|
||||||
union: Boolean = True,
|
union: Boolean = True,
|
||||||
|
buffer: float = 0,
|
||||||
circle: Boolean = True,
|
circle: Boolean = True,
|
||||||
dilate: float = 0,
|
dilate: float = 0,
|
||||||
) -> Union[Polygon, MultiPolygon]:
|
) -> Union[Polygon, MultiPolygon]:
|
||||||
|
Reference in New Issue
Block a user