Borya-Goldarb commited on
Commit
928951d
·
verified ·
1 Parent(s): c0509c0

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +3 -3
pages/market_rent_estimation.py CHANGED
@@ -135,9 +135,9 @@ def main():
135
  # Convert the row's geometry to GeoJSON
136
  geojson = folium.GeoJson(data=row['geometry'].__geo_interface__,
137
  style_function=lambda feature: {
138
- 'fillColor': '#00000000',  # Make the fill color transparent
139
- 'color': '#00000000',             # Set the border color
140
- 'weight': 2                  # Set the border width
141
  },                                        
142
  )
143
  # Add a popup with the name
 
135
  # Convert the row's geometry to GeoJSON
136
  geojson = folium.GeoJson(data=row['geometry'].__geo_interface__,
137
  style_function=lambda feature: {
138
+ 'fillColor': '#00000000', # Make the fill color transparent
139
+ 'color': '#00000000', # Set the border color
140
+ 'weight': 2 # Set the border width
141
  },                                        
142
  )
143
  # Add a popup with the name