Contributing ============ This page details the features/properties that are missing from ``czml3``. The lists are incomplete. Missing CZML Properties ----------------------- * `LineOffset `_ * `LineThickness `_ * `LineCount `_ * `Repeat `_ * `NodeTransformations `_ * `Articulations `_ * `PixelOffset `_ * `VelocityReferenceValue `_ * `Font `_ * `BackgroundPadding `_ * `CartographicRectangleRadiansValue `_ * `CartographicRectangleDegreesValue `_ * `CustomProperties `_ * `CustomProperty `_ * `PolylineVolume `_ * `UriValue `_ CZML Properties With Missing Inputs ----------------------------------- * `Packet `_ * `Billboard `_ * `Label `_ * `Rectangle `_ * `Polyline `_ * `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 `_ but ``Uri`` returns only the ``uri`` property.