Applying PolylineArrowMaterialProperty to geojson

I’m loading a bunch of polylines from a GeoJSON file and I’m wondering if it’s possible to directly apply the PolylineArrowMaterialProperty material to these lines.

Dag

I managed to solve this by directly hacking GeoJsonDataSource.js and adding an arrowMaterial boolean option to the option parameter for GeoJsonDataSource.load(). I’ll try to get a github pull request together ASAP for people to have a look at

Dag

I see you just opened the PR here:

https://github.com/AnalyticalGraphicsInc/cesium/pull/7283

Thanks a lot Dag!