Bugfix Parcel calculation
* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user