We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df643e4 commit b2c13daCopy full SHA for b2c13da
maps4fs/generator/texture.py
@@ -347,7 +347,7 @@ def polygons(
347
try:
348
with warnings.catch_warnings():
349
warnings.simplefilter("ignore", DeprecationWarning)
350
- objects = ox.features_from_bbox(*self._bbox, tags=tags)
+ objects = ox.features_from_bbox(bbox=self._bbox, tags=tags)
351
except Exception as e:
352
self.logger.warning(f"Error fetching objects for tags: {tags}.")
353
self.logger.warning(e)
0 commit comments