Hi
Why this code can not show my feature layer as 3d path??:
var pipelineUrl =
"http://localhost:6080/arcgis/rest/services/pap/FeatureServer/10";
var pipeline = new FeatureLayer({
url: pipelineUrl,
elevationInfo: {
mode: "on-the-ground"
},
visible: true,
renderer: { type: "line-3d",
symbolLayers: [{
type: "path",
size: 2555,
material: {
color: [230, 0, 0, 1]
}
}]
},
outFields: ["*"]
});
Where is "Robert"?