poliastro / czml3

Python 3 library to write CZML
https://pypi.org/project/czml3/
MIT License
40 stars 33 forks source link

Fix display of types of polylines issue #103

Closed mstill3 closed 2 years ago

mstill3 commented 2 years ago

For these 4 subtypes of polylines:

The resulting JSON code, did not match the needed format, so they would not display properly.

I added the needed key for formatting them properly and wrote tests for them.

astrojuanlu commented 2 years ago

Thanks for your contribution @mstill3 ! Before I have a closer look, it seems that there are some whitespace issues. Would you please run tox -e reformat and commit the result?