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

Support isStartIncluded/isStopIncluded on intervals #125

Open
shunter opened this issue Dec 21, 2016 · 0 comments
Open

Support isStartIncluded/isStopIncluded on intervals #125

shunter opened this issue Dec 21, 2016 · 0 comments

Comments

@shunter
Copy link
Member

shunter commented Dec 21, 2016

Currently, values specified via interval always implicitly include the start and stop times, and subsequent intervals always replace previous intervals.

That is, if you have value 1 from t1 to t2, and value 2 from t2 to t3, there is no way to indicate that the value at t2 should be 1 rather than 2.

Cesium has isStartIncluded and isStopIncluded flags which already handle this on the client. Not sure what the syntax should be. Perhaps ISO interval syntax has a way to do this, though I doubt it.

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

1 participant