Hi all,
Is there a way that when I click an entity on the screen, it is able to retrieve data from the server side, and thus plot a series of points and polyline primitive onto the Cesium viewer.
I should need to use Websocket to do it, however I am unsure of how the code is supposed to be.
Is there any relation to "Picking" in https://groups.google.com/forum/#!searchin/cesium-dev/picking$20entity/cesium-dev/OY0vDojoiKc/sJeoETOLFDsJ
I have come up with a polyline primitive "drawer/plotter", which require to take in the positions and colors data. My code is similar to what is shown here. https://groups.google.com/forum/#!searchin/cesium-dev/polyline$20primitive/cesium-dev/E7MW7RrQmes/r2awxBTiCQAJ
So what is needed for me to achieve what I want as stated.
Sorry for the poor evaluation of my problem. I will try my best to answer if there are any questions posted with regard to the doubts of my problem.