Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions docs/user/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Contributing
============

This page details the features/properties that are missing from czml3. The lists are incomplete.

Missing CZML Properties
-----------------------
* `LineOffset <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/LineOffset>`_
* `LineThickness <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/LineThickness>`_
* `LineCount <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/LineCount>`_
* `Repeat <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Repeat>`_
* `NodeTransformations <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/NodeTransformations>`_
* `Articulations <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Articulations>`_
* `PixelOffset <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PixelOffset>`_
* `VelocityReferenceValue <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/VelocityReferenceValue>`_
* `Font <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Font>`_
* `BackgroundPadding <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/BackgroundPadding>`_
* `CartographicRectangleRadiansValue <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CartographicRectangleRadiansValue>`_
* `CartographicRectangleDegreesValue <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CartographicRectangleDegreesValue>`_
* `Polyline <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Polyline>`_
* `CustomProperties <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CustomProperties>`_
* `CustomProperty <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/CustomProperty>`_
* `PolylineVolume <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/PolylineVolume>`_
* `UriValue <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/UriValue>`_


CZML Properties With Missing Inputs
-----------------------------------
* `Packet <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Packet>`_
* `Billboard <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Billboard>`_
* `Label <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Label>`_
* `Rectangle <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Rectangle>`_
* `InterpolatableProperty <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/InterpolatableProperty>`_

Broken Validations
------------------
- The ``Uri._check_uri`` does not check base64 images correctly.
- The ``Uri._check_uri`` does not allow relative paths, which seems to be supported despite it not being a valid uri value.
- The ``Uri.reference`` is stated in the `CZML documentation <https://github.com/AnalyticalGraphicsInc/czml-writer/wiki/Uri>`_ but ``Uri`` returns only the ``uri`` property.
Loading