Skip to content

Commit

Permalink
Fix gdal driver error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 8, 2023
1 parent 0ece5f8 commit 22dcc07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions leafmap/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -9295,6 +9295,7 @@ def draw_tile(
"TILED=YES",
]

kwargs.pop("overwrite", None)
gtiff = driver.Create(
filename,
img.size[0],
Expand Down

0 comments on commit 22dcc07

Please sign in to comment.