Im trying to work out if there is a simple way to have a popup appear on click of an entity similar to what you'd get in leaflet.
Obviously there is infobox but this appear to be limited to 1 and isn't in the location of the entity that you've just clicked. Ideally I want to be able to click on a marker and have a popup display over it and have multiple open at the same time so I can compare markers.
The infobox is the only option we have right now. We’ve talked about creating a balloon popup display, but I’m not sure how long it would be until we implement something like that.
That code sample from the other forum post is a good place to start if you want to implement your own display.