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
identify_rect uses magic numbers to determine range of search area [currently 1% of layer limits]
discussion:
Fitt's law generally states that the time to move to a target (in this case items that get assigned hits<-) is due to target size and distance from pointer. That is, for better UI design, use large targets.
Conversely, when the target is small, reduced transportation time can be achieved by increasing the size of the cursor.
Cranvas does not support best practices for UI design by forcing only a small cursor.
solution:
allow cranvas plots to specify identity query rectangle via a brush attribute
issue:
identify_rect
uses magic numbers to determine range of search area[currently 1% of layer limits]
discussion:
Fitt's law generally states that the time to move to a target (in this case items that get assigned hits<-) is due to target size and distance from pointer. That is, for better UI design, use large targets.
Conversely, when the target is small, reduced transportation time can be achieved by increasing the size of the cursor.
Cranvas does not support best practices for UI design by forcing only a small cursor.
solution:
identify_rect
[messy]see also:
The text was updated successfully, but these errors were encountered: