czml-writer icon indicating copy to clipboard operation
czml-writer copied to clipboard

A library for writing CZML content for use with Cesium.

Results 14 czml-writer issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.8 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Almost all Java dependencies are available through maven central and it would be useful to have czml-writer published there as well. I've added a pom that works with the current...

Maven repositories are extremely important to Java developers. As a Java developer I would like to be able to access the required czml-writer artifacts from Maven Central. You support nuget...

I would like to move my camera smoothly around my aircraft. With viewer.trackedEntity = airplane, I have tried including multiple camera positions in czml: "viewFrom" : { "epoch" : "2012-08-04T16:00:00Z",...

This has come up on the forum a bunch lately, I think it should be pretty simple but @shunter you would know better. We should probably look into https://github.com/AnalyticalGraphicsInc/cesium/pull/5079 as...

Currently, values specified via interval always implicitly include the start and stop times, and subsequent intervals always replace previous intervals. That is, if you have value `1` from `t1` to...

- [x] Require a `version` property on the document object. - [x] Remove BC code for pixelOffset - [x] Remove BC code for Image properties - [x] Remove extra conjugation...

It would be nice for the `document` object, which contains the version number, to also explicitly mention `Cesium` or `Cesium Language` or `CZML` so that any human inspecting such a...

enhancement

When we write samples, we use the first sample time as the epoch time, and blindly use epoch seconds for all remaining samples. When the duration since the epoch increases...

enhancement

In order to properly render CZML on the client, we need some form of Z-ordering in the specification itself. I believe this can easily be accomplished by giving each graphical...