Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -236,8 +236,8 @@ if uploaded_file is not None:
|
|
236 |
|
237 |
m = geemap.Map(center=polygon_info['centroid'], zoom=14)
|
238 |
# Center the map and display the image.
|
239 |
-
|
240 |
-
|
241 |
st.map(m)
|
242 |
|
243 |
|
|
|
236 |
|
237 |
m = geemap.Map(center=polygon_info['centroid'], zoom=14)
|
238 |
# Center the map and display the image.
|
239 |
+
m.addLayer(geom_ee_object, {}, 'KML Original')
|
240 |
+
m.addLayer(buffered_ee_object, {}, 'KML Buffered')
|
241 |
st.map(m)
|
242 |
|
243 |
|