-
Notifications
You must be signed in to change notification settings - Fork 10
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
User-defined variables #359
Conversation
# Conflicts: # src/components/VariableSelect.tsx
# Conflicts: # package-lock.json # package.json # src/components/InfoPanel/InfoPanel.tsx # src/version.ts
# Conflicts: # CHANGES.md # package-lock.json # package.json # src/version.ts
…an-user_variables
What does |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two comments, else its working fine.
I have excluded |
That should be working now. EDIT That should be working using xcube-dev/xcube#1032 EDIT That should be working now using xcube master branch. |
Added new dialog to define user variables for a selected dataset. Whenever user variables change, they are stored in the browsers local storage given the selected dataset's identifier and the list of associated user variables.
A user variable can be selected as any other variable. In the list of dataset variables they are marked with a special icon.
User variables should work with all viewer functionality. With a user variable selected, check
Closes #371
Requires backend implementation xcube-dev/xcube#1021