Spaces:
Runtime error
Runtime error
Yunus Serhat Bıçakçı commited on
Commit ·
dbe0329
1
Parent(s): 302a291
update
Browse files
data/london_boroughs.geojson
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
pages/5_📍_Marker_Cluster.py
CHANGED
|
@@ -23,7 +23,7 @@ with st.expander("See source code"):
|
|
| 23 |
with st.echo():
|
| 24 |
|
| 25 |
m = leafmap.Map(center=[51.50, -0.1], zoom=11)
|
| 26 |
-
cities = 'https://raw.githubusercontent.com/giswqs/leafmap/master/examples/data/us_cities.csv'
|
| 27 |
regions = 'https://huggingface.co/spaces/yunusserhat/Crime-Map/blob/main/data/london_boroughs.geojson'
|
| 28 |
|
| 29 |
m.add_geojson(regions, layer_name='London Boroughs')
|
|
@@ -36,5 +36,5 @@ with st.expander("See source code"):
|
|
| 36 |
# spin=True,
|
| 37 |
# add_legend=True,
|
| 38 |
# )
|
| 39 |
-
|
| 40 |
m.to_streamlit(height=700)
|
|
|
|
| 23 |
with st.echo():
|
| 24 |
|
| 25 |
m = leafmap.Map(center=[51.50, -0.1], zoom=11)
|
| 26 |
+
# cities = 'https://raw.githubusercontent.com/giswqs/leafmap/master/examples/data/us_cities.csv'
|
| 27 |
regions = 'https://huggingface.co/spaces/yunusserhat/Crime-Map/blob/main/data/london_boroughs.geojson'
|
| 28 |
|
| 29 |
m.add_geojson(regions, layer_name='London Boroughs')
|
|
|
|
| 36 |
# spin=True,
|
| 37 |
# add_legend=True,
|
| 38 |
# )
|
| 39 |
+
m
|
| 40 |
m.to_streamlit(height=700)
|