Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of support for positional references #93

Closed
jpromers opened this issue May 23, 2021 · 1 comment
Closed

Lack of support for positional references #93

jpromers opened this issue May 23, 2021 · 1 comment

Comments

@jpromers
Copy link

jpromers commented May 23, 2021

Support is necessary for positional references...

`
polyline":{
...
"arcType":"NONE",
"positions":{
"references":[
"Facility/AGI#position","Satellite/ISS#position"
]
}

`
Position constructor doesn't accept "references" attribute. This comes from the CZML simple example from the sandcastle that is the basis for your "simple" example.

@astrojuanlu
Copy link
Member

Hi @jpromers , sorry for the delay. PositionList accepts references:

references = attr.ib(default=None)

and Position accepts reference:

reference = attr.ib(default=None)

I think you might be confusing the two. It's not your fault, CZML documentation is quite lacking. Please let me know if we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants