Dear friend:
When I want to draw some PolylineArrow by czml,I have some problems.The code I have writen diden’t work.Could you help me to draw the arrows?I will be grateful to you.This is the code I write:
var czml = [
{
“id” : “document”,
“name” : “CZML Geometries: Polyline”,
“version” : “1.0”
},
{
“id” : “Line”,
“name” : “polylineArrow”,
“polyline” : {
“positions” : {
“cartographicDegrees” : [
120, 37, 0,
140, 37, 0
]
},
“material” : {
“PolylineArrow”:{
“solidColor”:
{
“color” :
{
“rgba” : [0, 0, 255, 255]
}
}
}
},
“width” : 10
}
},
];
var viewer = new Cesium.Viewer(‘cesiumContainer’);
var dataSource = Cesium.CzmlDataSource.load(czml);
Hello,
I’m glad to hear that the czml polyline arrow material will be supported.I really extremely thank you that what you do for cesium.And if I want to use the arrow material now,what code should I change in the Cesium.js.The file"Cesium.js" I use is in “Build/CesiumUnminified/Cesium.js” .