Releases: AnalyticalGraphicsInc/czml-writer
Releases · AnalyticalGraphicsInc/czml-writer
3.0.0
2.20.1
2.20.0
2.19.0
2.18.0
2.17.0
2.16.1
2.16.0
2.15.0
2.14.0
- Renamed
ICesiumInterpolationInformationWriter
toICesiumInterpolatablePropertyWriter
- Writers that write the same type of value now inherit a common interface.
- Added
ICesiumDeletablePropertyWriter
to mark writers that share the ability to delete data. - Added interfaces and specific adaptor classes for each type of value.
- Reformulated JSON schema to not use "extends" which was removed in draft 04.
- Removed "required" properties from JSON schema since they're not actually required for a valid packet - the intent was to indicate that Cesium won't render anything if they are not specified.