-
Notifications
You must be signed in to change notification settings - Fork 15
subset spatial 'mask' parameter shouldn't have resource selection enabled #699
Comments
By default the value selection switch is set to 'value' selection. It only gets automatically set to 'resource' selection in a very specific scenario: A |
@JanisGailis Actually it should be |
I quickly looked at it, but couldn't understand how to fix it properly. I think the problem is that the EDIT: Ah, yes and that this only happens when the operation dialog is invoked through the right-click context menu when clicking on a shape that is a resource. |
Assign it to me or Hans, if you prefer. |
Re-assign to Hans if needed. It would've been nice to take a shot at fixing this, but I guess my time is better spent working on operations. |
I agree, see #733 |
subset_spatial
operation has amask
parameter which takes aBool
value to determine weather the output should be masked with the given region, or if the output should be cropped only to the bounding box of the given region.In the operation invocation dialog this value has resource selection enabled leading to confusion - it can be understood that this is where the masking polygon should be provided:
The text was updated successfully, but these errors were encountered: