Skip to content

Releases: AnalyticalGraphicsInc/czml-writer

2.13.0

16 May 15:08
68ee35c
Compare
Choose a tag to compare
  • Add syntax to delete data from properties over an interval. - #163
  • Add checkerboard material. - #164
  • Update schema to JSON Schema draft 07. - #162

2.12.0

30 Apr 21:12
a004d10
Compare
Choose a tag to compare
  • Add polylineGlow.taperPower - #160
  • Add missing heightReference and extrudedHeightReference properties - #161
    • corridor.heightReference and corridor.extrudedHeightReference
    • ellipse.heightReference and ellipse.extrudedHeightReference
    • polygon.heightReference and polygon.extrudedHeightReference
    • rectangle.heightReference and rectangle.extrudedHeightReference

2.11.1

22 Mar 15:30
Compare
Choose a tag to compare

Minor output improvements.

  • Fix edge cases where decimal representation was chosen instead of a shorter exponential representation.
  • Add newline between items in lists in PrettyFormatting mode.
  • Avoid writing an unnecessary blank line at the start of a document in PrettyFormatting mode.

2.11.0

01 Mar 15:51
Compare
Choose a tag to compare
  • Add arcType to polyline and polygon - #158

2.10.0

26 Jun 18:27
33e58f5
Compare
Choose a tag to compare
  • Add the following properties - #152
    • corridor.zIndex
    • ellipse.zIndex
    • polygon.zIndex
    • polyline.clampToGround
    • polyline.zIndex
    • rectangle.zIndex

2.9.0

05 Apr 18:08
Compare
Choose a tag to compare
  • Improved documentation of default behavior if various properties are not specified, as well as whether properties are required.

  • Breaking - The following properties now must be written as an integer instead of a double. These properties were always expected to be integer values.

    • Cylinder.numberOfVerticalLines
    • Cylinder.slices
    • Ellipse.numberOfVerticalLines
    • Ellipsoid.subdivisions

2.8.0

26 Feb 15:24
3fac2cd
Compare
Choose a tag to compare
  • Remove Rectangle.closeTop and closeBottom which were not actually supported in Cesium - #148

2.7.1

29 Jan 18:01
Compare
Choose a tag to compare
  • Fix an issue causing incorrect ISO8601 strings in Compact format to be produced if minutes was zero and seconds was non-zero.

2.7.0

06 Dec 21:35
Compare
Choose a tag to compare
  • Minor updates and fixes for data classes and time types.
  • Add 2017 leap second
  • Java
    • Update required Java version to 1.8
      • Joda-time dependency is replaced by Java 8 standard time types.
    • Switch to a Gradle build system. Build JAR in Artifactory.

2.6.0

27 Nov 16:50
Compare
Choose a tag to compare
  • Add new properties - #143
    • polyline.depthFailMaterial
    • label.scaleByDistance
    • distanceDisplayCondition
    • disableDepthTestDistance