Skip to content

Commit

Permalink
Fix folium add_raster bug (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Apr 7, 2024
1 parent d4a69fe commit 42e60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geemap/foliumap.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ def add_raster(
return_client=True,
**kwargs,
)
self.add_layer(tile_layer)
tile_layer.add_to(self)

bounds = tile_client.bounds() # [ymin, ymax, xmin, xmax]
bounds = (
Expand Down

0 comments on commit 42e60f7

Please sign in to comment.