Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def main():
|
|
124 |
m=folium.Map([gdf['geometry'].y, gdf['geometry'].x],zoom_start = 15)
|
125 |
folium.CircleMarker([gdf['geometry'].y, gdf['geometry'].x], radius=1, color='red').add_to(m)
|
126 |
#folium.GeoJson(st.session_state.polygons["Polygon2"], color='blue').add_to(m)
|
127 |
-
folium.GeoJson(st.session_state.polygons["Polygon3"], color='orange').add_to(m)
|
128 |
|
129 |
if not np.isnan(polygon_name1[0]):
|
130 |
folium.GeoJson(st.session_state.polygons["Polygon1"][st.session_state.polygons["Polygon1"].index==polygon_name1[0]],color='yellow').add_to(m)
|
|
|
124 |
m=folium.Map([gdf['geometry'].y, gdf['geometry'].x],zoom_start = 15)
|
125 |
folium.CircleMarker([gdf['geometry'].y, gdf['geometry'].x], radius=1, color='red').add_to(m)
|
126 |
#folium.GeoJson(st.session_state.polygons["Polygon2"], color='blue').add_to(m)
|
127 |
+
#folium.GeoJson(st.session_state.polygons["Polygon3"], color='orange').add_to(m)
|
128 |
|
129 |
if not np.isnan(polygon_name1[0]):
|
130 |
folium.GeoJson(st.session_state.polygons["Polygon1"][st.session_state.polygons["Polygon1"].index==polygon_name1[0]],color='yellow').add_to(m)
|