-
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
Multiple time options not properly supported #32
Comments
I didn't address it in my updates other than catching the error and adding a |
Okay, I see, I put warnings for both the smoothing slider and year slider, but added the hardcoded workaround only for the latter. No extra versions hidden somewhere. The [0,2016] hardcode should be fixed. What's the use case for multiple time sliders, so I can take a look? |
Two major use cases for multiple sliders:
(Do the CORS headers mean that we could debug one of these interfaces remotely by changing the host in options.json without my having to repull changes to my local server? If so, it might be worth doing; I can help set up.) |
Cool! Yes, you can point options.json to any GUI with the CORS headers, so you On Thu, Sep 1, 2016 at 5:30 PM Benjamin Schmidt notifications@github.com
|
With the dev change, the ability to have multiple time options seems to have fallen out.
I just pushed a temporary patch that hardcodes the time option to the first time available. It looks the code is still there to handle multiple times properly; but it's not getting called. The code was trying to grab the time measure field from the GUI: but on the first initialization that hasn't been set, maybe, and needs to be read from the options.json directly? I'm not sure whether that time_measure option dropdown is properly configured in the GUI. @organisciak, did you try to address this at all in your fixes, do you remember?
The text was updated successfully, but these errors were encountered: