Skip to content

Commit 755b651

Browse files
committed
feat : adding with_options (for block_size)
1 parent 4492c14 commit 755b651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/urban_mapper/modules/loader/loader_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def __init__(self):
8282
self.crs: str = DEFAULT_CRS
8383
self._instance: Optional[LoaderBase] = None
8484
self._preview: Optional[dict] = None
85+
self.options = {}
8586

8687
@reset_attributes_before(
8788
["source_type", "source_data", "latitude_column", "longitude_column"]

0 commit comments

Comments
 (0)