AnalyticalGraphicsInc / czml-writer

A library for writing CZML content for use with Cesium.
Other
395 stars 142 forks source link

PolylineArrowMaterial documentation is wrong #181

Closed mhaberler closed 3 years ago

mhaberler commented 3 years ago

the property name should be polylineArrow rather than arrow the property type is a SolidColorMaterial, not a color

btw: how do I edit the wiki to file a PR?

shunter commented 3 years ago

I checked and the documentation correctly uses polylineArrow

https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PolylineMaterial

https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PolylineArrowMaterial

Color is also correct here. Materials do not contain other materials.