cleder / czml

Read and write CZML in Python
90 stars 27 forks source link

Bug in czml.py #24

Closed gariepy closed 8 years ago

gariepy commented 8 years ago

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)

Frencil commented 8 years ago

Good catch! This is now fixed on master.

gariepy commented 8 years ago

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