Skip to content

Commit

Permalink
Debug image
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Dec 1, 2024
1 parent 4476b44 commit e589d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/05_milton.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def change_image(change):
if change.new:
if change.new not in m.get_layer_names():
mosaic = f"{url}/datasets/{dataset.value}/{image.value}.json"
print(mosaic)
m.add_stac_layer(mosaic, name=image.value, fit_bounds=m.zoom_to_layer)
image_date = get_image_date(image.value, m)
output.outputs = ()
Expand Down

0 comments on commit e589d27

Please sign in to comment.