mirror of
https://github.com/marceloprates/prettymaps.git
synced 2025-08-29 01:00:22 +02:00
Update app.py
This commit is contained in:
committed by
GitHub
parent
f566aad3d6
commit
eaee9849ae
2
app.py
2
app.py
@@ -90,7 +90,7 @@ with cols[0]:
|
||||
|
||||
layers = {
|
||||
# "hillshade": st.checkbox("Hillshade", value="hillshade" in style),
|
||||
"buildings": st.checkbox("Buildings", value="buildings" in style),
|
||||
"building": st.checkbox("Buildings", value="building" in style),
|
||||
"streets": st.checkbox("Streets", value="streets" in style),
|
||||
"waterway": st.checkbox("Waterway", value="waterway" in style),
|
||||
"building": st.checkbox("Building", value="building" in style),
|
||||
|
Reference in New Issue
Block a user