Skip to content

Commit b2c13da

Browse files
committed
osmnx to bbox.
1 parent df643e4 commit b2c13da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maps4fs/generator/texture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def polygons(
347347
try:
348348
with warnings.catch_warnings():
349349
warnings.simplefilter("ignore", DeprecationWarning)
350-
objects = ox.features_from_bbox(*self._bbox, tags=tags)
350+
objects = ox.features_from_bbox(bbox=self._bbox, tags=tags)
351351
except Exception as e:
352352
self.logger.warning(f"Error fetching objects for tags: {tags}.")
353353
self.logger.warning(e)

0 commit comments

Comments
 (0)