Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
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',
|
| 139 |
-
'color': '#00000000',
|
| 140 |
-
'weight': 2
|
| 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
|