-
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.