Skip to content

html tooltip overlay

Georgios Karnas edited this page Mar 21, 2019 · 1 revision

HtmlTooltipOverlay

You can add this react component under Nebula to enable tooltips.

Example

<Nebula
  ref={nebula => (this.nebula = nebula || this.nebula)}
  {...{ layers, viewport }}
>
  <HtmlTooltipOverlay />
</Nebula>

Sidebar

Clone this wiki locally