Spaces:
Running
Running
Debug image
Browse files- pages/05_milton.py +1 -0
pages/05_milton.py
CHANGED
@@ -157,6 +157,7 @@ def add_widgets(m):
|
|
157 |
if change.new:
|
158 |
if change.new not in m.get_layer_names():
|
159 |
mosaic = f"{url}/datasets/{dataset.value}/{image.value}.json"
|
|
|
160 |
m.add_stac_layer(mosaic, name=image.value, fit_bounds=m.zoom_to_layer)
|
161 |
image_date = get_image_date(image.value, m)
|
162 |
output.outputs = ()
|
|
|
157 |
if change.new:
|
158 |
if change.new not in m.get_layer_names():
|
159 |
mosaic = f"{url}/datasets/{dataset.value}/{image.value}.json"
|
160 |
+
print(mosaic)
|
161 |
m.add_stac_layer(mosaic, name=image.value, fit_bounds=m.zoom_to_layer)
|
162 |
image_date = get_image_date(image.value, m)
|
163 |
output.outputs = ()
|