How to show Kepler.gl clicked layer info outside of map #3054
|
Hi, I have a GeoJSON layer loaded into Kepler.gl, and I want to show the field, which is the shapeName, of a clicked polygon outside of the map component, like in a sidebar. Is this achievable with Kepler.gl? If so, what would be the recommended way to implement this? Currently, I am trying with React to do this and guided by GPT but it won't work. |
Answered by
igorDykhta
Aug 16, 2026
Replies: 1 comment
|
The example for catching a click on a feature is in |
0 replies
Answer selected by
igorDykhta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The example for catching a click on a feature is in
examples/clicked-feature