Skip to content

Commit

Permalink
Update inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Oct 8, 2023
1 parent f53bfd8 commit 5a7f89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/02_inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ class Map(geemap.Map):
def __init__(self, **kwargs):
super().__init__(**kwargs)
self.add_ee_data()
self.add_layer_manager()
self.add_inspector()
self.add("layer_manager")
self.add("inspector")

def add_ee_data(self):
# Add Earth Engine dataset
Expand Down

0 comments on commit 5a7f89f

Please sign in to comment.