Commit Graph

31 Commits

Author SHA1 Message Date
Scott Hunter 28231f6317
Update CZML validation document. 2021-03-08 10:49:06 -05:00
Scott Hunter 783582c532
Prefer `cartesian2` representation in CZML for `PolylineVolume.shape`.
In CZML, `cartesian` always means a three-dimensional `Cartesian3`.
`shape` is a list of two-dimensional `Cartesian2` values, which should be specified as `cartesian2`.

For backwards compatibility, the out-of-spec `cartesian` representation is still accepted.

Also adds `polylineVolume` to the CZML validation document assertions.
2021-02-16 16:36:50 -05:00
Scott Hunter e022e59cee Update CZML validation document. 2020-02-21 14:20:55 -05:00
Scott Hunter 500c957f06 Update CZML validation document. 2020-02-06 09:50:33 -05:00
Scott Hunter 212029052a Update CZML validation document. 2019-10-03 14:29:24 -04:00
Scott Hunter 8de581d8bc Regenerate validation document and assertions. 2019-07-10 15:15:45 -04:00
Scott Hunter e7964f6d3f Update validation document. 2019-07-08 10:05:00 -04:00
Scott Hunter cebc3f7d2c Update validation document. 2019-06-11 16:20:38 -04:00
Scott Hunter 2a3844813e Update validation document. 2019-06-11 15:58:59 -04:00
Scott Hunter 59c99af7e8 Hook up existing CheckerboardMaterialProperty to CZML.
CheckerboardMaterialProperty was added to the entity API in #2385 but
was forgotten for CZML.
2019-05-15 14:37:12 -04:00
Scott Hunter 3df3700b74 Update CZML validation document and specs. 2019-02-28 17:11:45 -05:00
Shehzan Mohammed 0cbd2d3bc6 Add arcType property to CZML's polygon process 2019-02-20 18:39:17 -05:00
Shehzan Mohammed 9b58ea4577 Change usage of followSurface to arcType. Add CZML property for it 2019-02-19 14:10:16 -05:00
hpinkos dcb7f30c53 Remove unused rectangle closeTop and closeBottom options 2018-02-23 16:58:40 -05:00
Scott Hunter 9b73970ec2 Add missing entity properties to CZML. 2017-11-17 15:32:02 -05:00
Scott Hunter 7d5d3d71d4 Update CZML validation tests. 2017-04-28 16:56:58 -04:00
Scott Hunter e4b2bee903 Add custom properties to validation document. 2017-03-14 17:44:05 -04:00
Scott Hunter bcf563c4d1 Update CZML validation document and test. 2016-12-19 17:05:34 -05:00
Scott Hunter ef121fd03c Update CZML validation document and test.
This should hopefully reduce diff churn in future revisions.
2016-12-07 11:23:07 -05:00
Scott Hunter 2e11464849 Update CZML validation document and test. 2016-12-06 17:34:44 -05:00
Scott Hunter af4bc903f7 Update validation document. 2016-07-13 14:24:30 -04:00
Scott Hunter bb86998915 add new CZML velocity vector to validation document. 2016-06-24 16:20:59 -04:00
Scott Hunter 6c9ec051d8 Add initial CZML validation document and spec that verifies correct loading.
This document and the assertions are code-generated by a new generator in the czml-writer project.
2016-06-23 17:09:55 -04:00
Matthew Amato df59659c8b Ongoing CZML versioning work
1. Refactor how clock/name are processed.
2. Throw when the first packet is not a document object or is missing version.
3. Update specs.
2014-07-21 22:43:25 -04:00
Matthew Amato 8c4da8b088 Update test data with regenerated czml files. 2014-07-21 15:54:36 -04:00
hpinkos 91cb39fce9 raiseToSurface -> followSurface 2014-07-09 13:51:32 -04:00
Matthew Amato 553c70257c Add DataSource support for polyline raiseToSurface and granularity
Also add CZML support and update simple.czml to set raiseToSurface to false.
2014-07-09 11:50:01 -04:00
Matthew Amato bc3d1661ed Rename `vertexPositions` -> `positions` 2014-07-02 10:39:42 -04:00
Matthew Amato d4f9e05e1f Start refectoring DynamicObject.vertexPositions
This change removes DynamicObject.vertexPositions and pushes it down into the objects that use it.

CzmlDataSource and GeoJsonDataSource still need to be updated.
2014-06-30 13:39:10 -04:00
Matthew Amato 6545b414fa Ongoing ReferenceProperty work
Old tests all pass, update simple.czml so that it works again.
Add ability to reference sub-properties.
2014-05-30 12:19:18 -04:00
Matthew Amato 9cc86c3849 Add copy of CZML files to Specs/Data directory
This allows the Specs to run on the website and makes sure we don't reach out above the Specs directory.
2013-06-27 11:58:25 -04:00