Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
b8fd3de
1
Parent(s):
85ae1c9
update
Browse files
app.py
CHANGED
@@ -46,5 +46,7 @@ m = leafmap.Map(center=(51.50, -0.1), zoom=11,
|
|
46 |
fullscreen_control=False,
|
47 |
attribution_control=False,
|
48 |
)
|
|
|
|
|
49 |
m.to_streamlit()
|
50 |
|
|
|
46 |
fullscreen_control=False,
|
47 |
attribution_control=False,
|
48 |
)
|
49 |
+
regions = "https://huggingface.co/spaces/yunusserhat/Crime-Map/blob/main/data/london_boroughs.json"
|
50 |
+
m.add_geojson(regions, layer_name='London Boroughs', fill_opacity=0.0, line_opacity=0.5)
|
51 |
m.to_streamlit()
|
52 |
|