Hi everyone,
I'm a bit of noob at this js stuff. I have a multi-dimensional mosaic dataset (netCDFs) with two dimensions: year and fma.
- year spans from 2005 to 2100
- fma spans 1 to 11 (these correspond to different scenarios)
What I would like to learn how to do is to make the Slider (aka rangeSlider) listen and change the data displayed when a user changes the slider value on the right (1-11).
See my jsfiddle here
Any help is massively appreciated.