Skip to content

Commit

Permalink
Update ee_plugin/utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored Feb 11, 2025
1 parent 1a648ad commit ea1e3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee_plugin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def add_ee_catalog_image(
"""
Adds an EE image from a catalog.
"""
image = ee.Image(asset_name).visualize(vis_params)
image = ee.Image(asset_name).visualize(**vis_params)
add_or_update_ee_raster_layer(image, name)


Expand Down

0 comments on commit ea1e3b4

Please sign in to comment.