Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
302a291
1
Parent(s):
9568fda
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
@@ -27,14 +27,14 @@ with st.expander("See source code"):
|
|
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')
|
30 |
-
m.add_points_from_xy(
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
)
|
39 |
|
40 |
m.to_streamlit(height=700)
|
|
|
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')
|
30 |
+
# m.add_points_from_xy(
|
31 |
+
# cities,
|
32 |
+
# x="longitude",
|
33 |
+
# y="latitude",
|
34 |
+
# color_column='region',
|
35 |
+
# icon_names=['gear', 'map', 'leaf', 'globe'],
|
36 |
+
# spin=True,
|
37 |
+
# add_legend=True,
|
38 |
+
# )
|
39 |
|
40 |
m.to_streamlit(height=700)
|