Skip to content

Releases: AnalyticalGraphicsInc/czml-writer

3.0.0

22 Jun 21:08
64c2b24
Compare
Choose a tag to compare
  • Changed target framework from .NET Framework 4.0 to .NET Standard 2.0

2.20.1

08 Mar 18:57
4dfc687
Compare
Choose a tag to compare
  • viewshedResolution should be an integer value.

2.20.0

05 Mar 21:21
76356a2
Compare
Choose a tag to compare
  • Add PolylineVolume - #183
  • Add viewshed properties to sensors - #184

2.19.0

25 Feb 21:54
814e95f
Compare
Choose a tag to compare
  • Add tileset. - #173

2.18.0

05 Feb 22:47
Compare
Choose a tag to compare
  • Add showThroughEllipsoid to sensors. - #171

2.17.0

03 Oct 18:33
c9865b0
Compare
Choose a tag to compare
  • Add new properties to ellipsoid: innerRadii, minimumClock, maximumClock, minimumCone, maximumCone - #169

2.16.1

13 Aug 18:12
Compare
Choose a tag to compare
  • Java - Fixed a bug that could cause CZML output to contain incorrectly formatted numbers when writing from multiple threads simultaneously.

2.16.0

11 Jul 14:48
549ef38
Compare
Choose a tag to compare
  • Add polygon holes - #168

2.15.0

12 Jun 15:02
Compare
Choose a tag to compare
  • Add new properties: - #166
    • box.heightReference
    • cylinder.heightReference
    • ellipsoid.heightReference
    • corridor.classificationType
    • ellipse.classificationType
    • polygon.classificationType
    • polyline.classificationType
    • rectangle.classificationType
  • Add model.articulations - #167

2.14.0

29 May 20:10
85dc698
Compare
Choose a tag to compare
  • Renamed ICesiumInterpolationInformationWriter to ICesiumInterpolatablePropertyWriter
  • 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.