Skip to content

Commit

Permalink
less default zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Oct 20, 2024
1 parent f3d38d6 commit af804fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/tile/aoi_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _update_legend(result):
legend.loading = False

try:
map_.zoom = 8
map_.zoom = 4

aoi = aoi_model.feature_collection.geometry().simplify(1000)
map_.zoom_ee_object(aoi.bounds())
Expand Down

0 comments on commit af804fc

Please sign in to comment.