Skip to content

Commit

Permalink
Rm unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Feb 13, 2025
1 parent 26ba45a commit 3e02e04
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ee_plugin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def add_or_update_ee_layer(
"""
Entry point to add/update an EE layer. Routes between raster, vector layers, and vector tile layers.
"""
vis_params = vis_params or {}

if isinstance(eeObject, ee.Image):
return add_or_update_ee_raster_layer(eeObject, name, vis_params, shown, opacity)

Expand Down

0 comments on commit 3e02e04

Please sign in to comment.