Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
add comments and packet activity to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Frencil committed Mar 9, 2015
1 parent ffe24c3 commit 644bf0d
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 68 deletions.
8 changes: 4 additions & 4 deletions czml/czml.py
Original file line number Diff line number Diff line change
Expand Up @@ -1661,15 +1661,15 @@ def data(self):
d['position'] = self.position
if self.orientation is not None:
d['orientation'] = self.orientation
if self.label is not None:
if self.label is not None:
d['label'] = self.label
if self.point is not None:
if self.point is not None:
d['point'] = self.point
if self.positions is not None:
if self.positions is not None:
d['positions'] = self.positions
if self.polyline is not None:
d['polyline'] = self.polyline
if self.polygon is not None:
if self.polygon is not None:
d['polygon'] = self.polygon
if self.cone is not None:
d['cone'] = self.cone
Expand Down
Loading

0 comments on commit 644bf0d

Please sign in to comment.