From eaee9849ae501f82ecc442c13405516e4dacef7c Mon Sep 17 00:00:00 2001 From: Marcelo de Oliveira Rosa Prates Date: Tue, 4 Mar 2025 11:59:10 -0300 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5dc7ef6..d621215 100644 --- a/app.py +++ b/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),