cleder/czml

Bug in czml.py

gariepy opened this issue · 2 comments

There appears to be a copy-n-paste type error in czml.py, line 1514 (version 0.3.2):

p.load(point)

should be

p.load(orientation)

Good catch! This is now fixed on master.

Thanks! I appreciate you guys putting this package together...it is very handy!