This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Demo broken in Python 3.6. czml.CZML().load() is not working #31
Comments
Apparently this patch will fix the issue:
|
This is not specific to Python 3.6, happens to other versions of Python as well. The Cesium Sandcastle parses the CZML without complains, but in any case if there is any problem I agree the error should be more informative. |
Simplest way to reproduce:
|
Beacuse this is the expected way of doing it:
|
updata it please, we need it |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the code
Its failing on isinstance(description, Description) on line 1393 in czml.py.
It apparently a unicode string is not an instance of Description.
Here is the CZML file (super_simple.czml).
The text was updated successfully, but these errors were encountered: