Drawing Polyline on top of Point

Really simple question. I am having trouble putting a Polyline over a Point. eyeOffset doesn't seem to exist for point, and in my situation the position of the point is equal to the end of the Polyline.

How would I do this?

Hello,

Unfortunately, we don’t have great z-ordering support right now. We have an issue written up to make this better here: https://github.com/AnalyticalGraphicsInc/cesium/issues/4108

Until then, you can try adding a small height to the point to make it above the polyline. I’m not sure we have a better workaround.

Best,

Hannah