Spaces:
Sleeping
Sleeping
onfarmview
commited on
Commit
·
d133030
1
Parent(s):
2f2ee27
first time
Browse files
app.py
CHANGED
@@ -64,8 +64,8 @@ st.markdown(histats_code, unsafe_allow_html=True)
|
|
64 |
|
65 |
|
66 |
m = leafmap.Map()
|
67 |
-
m.center
|
68 |
-
|
69 |
m.to_streamlit(height=700)
|
70 |
|
71 |
|
|
|
64 |
|
65 |
|
66 |
m = leafmap.Map()
|
67 |
+
m = leafmap.Map(center=[-40.9006, 174.8860], zoom=7, tiles="New Zealand")
|
68 |
+
|
69 |
m.to_streamlit(height=700)
|
70 |
|
71 |
|