Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ def ss_intersect(geojson1, ss_geoselect, multiplier_factor, default_building_hei
|
|
134 |
extent = get_max_extent(input_gdf, buffers_gdf)
|
135 |
|
136 |
# Create and save the plot
|
137 |
-
create_plot('output_image.png', extent,
|
138 |
|
139 |
# Return the image
|
140 |
return 'output_image.png', "building_buffers.geojson", "buffer_union.geojson", intersection_desc
|
|
|
134 |
extent = get_max_extent(input_gdf, buffers_gdf)
|
135 |
|
136 |
# Create and save the plot
|
137 |
+
create_plot('output_image.png', extent, buffer_union_gdf, intersected_sites_gdf, input_gdf)
|
138 |
|
139 |
# Return the image
|
140 |
return 'output_image.png', "building_buffers.geojson", "buffer_union.geojson", intersection_desc
|