Bugfix Parcel calculation

* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
This commit is contained in:
2022-09-16 12:09:25 +02:00
parent 6a30af647a
commit 66a2387791
3 changed files with 17 additions and 18 deletions

View File

@@ -130,4 +130,4 @@ class SimpleGeomForm(BaseForm):
)
# Start the parcel update procedure in a background process
celery_update_parcels.delay(geometry.id)
return geometry
return geometry