Hover support for GeoJSON on Map component

  • Goal: hover over a point on the map and display information

  • Steps: set the points and geojson property

  • Details: map component

Noticed that if a map is loaded with the GeoJSON property set, the hover and select point features don't work. On inspecting the state using the debug tools, the selected property and hover property are null. When changing to setting the maps Point property, hover and select do work. Request is to make these consistent regardless of map point source.

1 Like

Hey @lowcountry! Welcome to the community. :slightly_smiling_face:

I'm not quite sure I understand - are you wanting to interact with GeoJSON features the same way that you're able to interact with points?