Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #147 from poliastro/missProps
Browse files Browse the repository at this point in the history
Add missing properties to packets
  • Loading branch information
Stoops-ML authored Jul 2, 2024
2 parents 56e0047 + f80d168 commit 7249c24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/czml3/properties.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ class Polygon(BaseCZMLObject):
classificationType = attr.ib(default=None)
zIndex = attr.ib(default=None)
holes = attr.ib(default=None)
outlineColor = attr.ib(default=None)
outline = attr.ib(default=None)


@attr.s(str=False, frozen=True, kw_only=True)
Expand Down Expand Up @@ -466,6 +468,7 @@ class PositionList(BaseCZMLObject, Interpolatable, Deletable):
cartographicDegrees = attr.ib(default=None)
references = attr.ib(default=None)
interval = attr.ib(default=None)
epoch = attr.ib(default=None)


@attr.s(str=False, frozen=True, kw_only=True)
Expand Down

0 comments on commit 7249c24

Please sign in to comment.