uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl
https://nebula.gl/
Other
694 stars 165 forks source link

replicate deck.gl autoHighlight behavior for EditableGeoJsonLayer #385

Open yocontra opened 4 years ago

yocontra commented 4 years ago

This issue was fixed in deck.gl but is still present in nebula.gl's EditableGeoJsonLayer: https://github.com/uber/deck.gl/pull/4426

Describe the bug

To Do List

supersonicclay commented 4 years ago

I'm not able to reproduce this issue with nebula@0.17.2 and deck.gl@8.2.5.

https://codesandbox.io/s/highlight-multipolygon-vnmjc

yocontra commented 4 years ago

@supersonicclay Let me try with the latest versions and post back. The behavior on the sandbox is correct, however it does differ from our usage (we use SelectionLayer + EditableGeoJsonLayer with a lot of custom styling)