Hello everyone
I want to draw a line between points with czml.
I want to draw a line not with polyline but with a set of points.
Please tell me how to do it.
version 1.57
Hello everyone
I want to draw a line between points with czml.
I want to draw a line not with polyline but with a set of points.
Please tell me how to do it.
version 1.57
Do you mean that you’re trying to create a set of points between two points? You might need to write some JavaScript so that after your CZML loads, you can get the position of the start and end points, and programmatically generate the points along that path.
If you simply just need a dotted line, you could still create a dotted/dashed material line, like in this example:
https://cesiumjs.org/Cesium/Apps/Sandcastle/index.html?src=Polyline%20Dash.html