You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have chosen a shape extent (e.g. Wealden District Council) then the areas outside the extent should always be excluded. However the Complement set operation flips the bits in the masked out area.
To Reproduce
Steps to reproduce the behavior:
Choose an extent like WDC
Take a boolean feature from some input (e.g. coniferous woodland)
Apply the Complement operation
The result will show TRUE bits for the area outside the extent
Expected behavior
Area outside the extent should always be ignored
Screenshots
Attached
The text was updated successfully, but these errors were encountered:
Creating a new issue to refactor the performOperation worker to incorporate the masks when we have more time to deal with tech debt. This should consider the mask within the operation instead of applying the mask after to improve efficiency.
Describe the bug
If you have chosen a shape extent (e.g. Wealden District Council) then the areas outside the extent should always be excluded. However the Complement set operation flips the bits in the masked out area.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Area outside the extent should always be ignored
Screenshots
![Screenshot 2024-06-05 at 11 12 52](https://private-user-images.githubusercontent.com/4549944/336795946-e3b18751-e5b0-4c74-85cc-f62d4c53e463.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzgzNjgsIm5iZiI6MTczOTMzODA2OCwicGF0aCI6Ii80NTQ5OTQ0LzMzNjc5NTk0Ni1lM2IxODc1MS1lNWIwLTRjNzQtODVjYy1mNjJkNGM1M2U0NjMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMDUyNzQ4WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDMxYWE5NmY5YzlkNjJjZDUyNWU4NzM0YWRhZDA4MWVmZGYwMDI0YzgyZTc2ZDFhMzM0NmE0MmUzMDU2NjkxMSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.S4hx_pBxaYPm0w69LUNTwpwZUSYvHwweTwnYJRSMR2w)
Attached
The text was updated successfully, but these errors were encountered: