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 61cd1a697b
commit 167be0c24e
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