Drawing in Cesium

Hi Guys

I am trying to sort out the ability to draw polygons in Cesium.

I've found https://github.com/leforthomas/cesium-drawhelper however it appears to be very out-of-date, buggy, and incomplete.

What's the best way to go about handling drawing in Cesium?

Kind Regards,
Scott

Hello Scott,

Nothing is currently in development to handle drawing. You will have to implement your own draw handler.

You could try looking at that plugin for ideas, or you could try to fork it and update it to a more recent version of Cesium.

Let me know if you run into trouble and I can try to help!

Best,

Hannah