-
Notifications
You must be signed in to change notification settings - Fork 165
html overlay
Georgios Karnas edited this page Mar 21, 2019
·
1 revision
Use this class if you have HTML items that need to be displayed at specific geo coordinates on the map.
If you need clustering see HtmlClusterOverlay.
You need to subclass this class. Then use it as a react component
inside Nebula
.
<Deck ...>
<YourNewClass />
</Deck>
Default is 1
. Set to 0
to move items under deck.gl layer.
Provide an array of HtmlOverlayItem.
Footer
Sidebar