qfes / rdeck

Deck.gl widget for R
https://qfes.github.io/rdeck
MIT License
97 stars 0 forks source link

Accessibility Options for Overlapping Points? #66

Open mrworthington opened 2 years ago

mrworthington commented 2 years ago

Curious if there's a more accessible way to identify overlapping points on a map. While I know there's a subtractive and additive options for points, I'm curious about accessibility for those are color blind. I have a couple of ideas and figured I'd toss them out in case either are appealing or feasible:

Patterns

1) Implement patterns in areas where points overlap, like a hatch.

Screen Shot 2022-04-19 at 2 50 05 PM

Jittering

2) Jitter points with something like this, so a user can see all the points at a given location.

Screen Shot 2022-04-19 at 2 37 40 PM
anthonynorth commented 1 year ago

Jittering / spidering looks doable https://codepen.io/Pessimistress/pen/dypEWMO