From da49f30ae8ed162c7d0e98d817c265e67d9c4883 Mon Sep 17 00:00:00 2001 From: Daniel Stoops Date: Mon, 23 Dec 2024 15:00:03 +0200 Subject: [PATCH] Track contributing.rst --- docs/user/contributing.rst | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/user/contributing.rst diff --git a/docs/user/contributing.rst b/docs/user/contributing.rst new file mode 100644 index 0000000..93efee4 --- /dev/null +++ b/docs/user/contributing.rst @@ -0,0 +1,39 @@ +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 `_ +* `Polyline `_ +* `CustomProperties `_ +* `CustomProperty `_ +* `PolylineVolume `_ +* `UriValue `_ + + +CZML Properties With Missing Inputs +----------------------------------- +* `Packet `_ +* `Billboard `_ +* `Label `_ +* `Rectangle `_ +* `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. \ No newline at end of file