mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 01:00:22 +02:00
Small fix (get_geometries was missing 'buffer' parameter)
This commit is contained in:
@@ -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]:
|
||||
|
Reference in New Issue
Block a user