Replies: 1 comment 1 reply
-
You can use the METER_OFFSETS coordinate system to arrange objects relative to a geolocation. Full example: https://codepen.io/Pessimistress/pen/dypEWMO |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using deck.gl for a project mapping a large dataset that has many different datapoints that share the very same latitude/longitude data, thus 'stack' on top of each other when rendered. We'd like a means to 'spider them' when a user hovers over the point - so they are independently selectable -- basically as described her **https://carto.com/blog/stacking-chips-a-map-hack/
is there a way to do this easily with the scatterplot of deck.gl?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions