Highlight
wq’s <Highlight/>
overlay component is a dynamic layer to facilitate highlighting arbitrary features on the map. Unlike the other overlay types, it is not meant to be specified via the map configuration. Instead, @wq/map’s setHighlight() and related Redux actions should be used to update the layer state.
Source
<Highlight/>
is implemented as a wrapper for <Geojson/>
that hooks into the map state. While @wq/map defines a placeholder implementation, @wq/map-gl and @wq/leaflet’s versions are more useful as reference: