How to draw the equatorial plane

I want to draw the equatorial plane. Which API can I use?

@11118

You can use CesiumJS for this! One solution would be to add an ImageryLayer that includes the equatorial plane. You can also use the Polyline object from our API to draw the plane yourself.

https://cesium.com/learn/cesiumjs/ref-doc/Polyline.html?classFilter=polyline

There are clearly a few ways to accomplish your goal. Input from the rest of the community would be great.

-Sam

thanks, I will try it!

@11118

Great - keep me posted.

-Sam