Border around billboard images?

I’m loading KML with a KmlDataSource. Entities have billboards with images.

I’m trying to include a red border around some of the images.

Is there a way to draw a border line around selected images?

Thanks

Hello,

I don’t believe we have this functionality available. I created an issue on our GitHub so we can track how many people are requesting this issue: https://github.com/AnalyticalGraphicsInc/cesium/issues/4427

If it’s really popular, we’ll see about adding it soon.

Best,

Hannah

I put the the image in a canvas and just added a border. Very easy, so maybe this isn’t a feature that is really needed.

Would be great if you share a code for this solution. Thanks