psalama commited on
Commit
09cddb2
·
1 Parent(s): ec0024a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, input_gdf, intersected_sites_gdf, buffer_union_gdf)
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