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

Doc improvements #80

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

eminence
Copy link

@eminence eminence commented Dec 9, 2017

See the individual commits for more info

In testing, it seems that only one of these fields can be set.  If
multiple fields are set, only the first field is acted upon (the other
actions are ignored).   Should this be converted to a `oneof` type?
@@ -567,6 +567,8 @@ message Observation {
optional ObservationUI ui_data = 8; // Populated if Feature Layer or Render interface is enabled.
}

// Only one of these Action fields should be set at once
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only one of these would be set when making an action, but multiple are likely to be returned when getting the actions back in an observation (eg from a replay) since the action can be represented in multiple ways.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! I just pushed an update

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

Successfully merging this pull request may close these issues.

2 participants