- Fix bug calculating SWE legend URL.
- Prevent sub-region collection selector options from line breaking.
- Display uniform titles for maps and plots.
- Update citation text for maps and plots.
- Display sensor/platform/algorithm in variable selectors.
- Default basemap is now USGS Topographic + Imagery
- Update expected JSON structures to match
new snow-today-webapp-server specifications.
- Support arbitrary nesting of sub-regions specified in server-side data.
- Migrate from Recoil to Jotai
- Support multiple super-regions
- Support arbitrary hierarchy of sub-region/collections
- Display legends statically (remove drag-and-resize function)
- Display minimum and maximum years in plot legend
- Migrate internal state management from Recoil -> Jotai
- Bugfix: SWE points would not clear when selecting "None" from dropdown
- Add SWE point layer and selector dropdown
- Display tooltip for selected SWE point (bug: issue #29)
- Fix issue with layout config dropdown displaying improperly in Chrome
- Improve style of Year to Date plot line
- Add date as subtitle to line plots
- Show xAxis Day of Water Year labels as calendar dates
- Show citation on each tile
- Correctly display data with dynamic colormaps
- Enable Highcharts accessibility module
- Set plot value precision dynamically from JSON
- Change thousands separator in plots to
,
- Display custom variable longname on plots
- Remove excessive console log
- Add reset button which refreshes the page
- Increase font sizes on plots
- Display configured y-axis label from JSON
- Display legend over map
- Enable independent toggle for not-processed raster data
- Add ArcGIS Dark Grey basemap
- Add layout configuration panel for configurable number of tiles
- Show only "enabled" satellite variables
- Default to displaying the satellite variable with
default: true
set
- Use a publicly-exposed production data URL
- Build interactions between SuperRegions, SubRegionCollections, and SubRegions based on
data provided by new
regions.json
schema fromsnow-today-webapp-server
- Completely disable webpack code splitting
- Try another
publicPath
setting...
- Try fixing UNPKG with code splitting
- Fix publication of bundle to NPM
- Use Bootstrap "Dropdowns" for controls
- App will be rendered into element with ID
snow-today-webapp-appcontainer
.
- Fix deploy script use of docker-compose files
- Fix deployment script version solver
- Add automated deployment script
- Use QA data server URL
- Fix bug with data "leaking" between variables in the plot
- Initial release