For controlling both historic range and percentile extra query parameters.
Depends on a change to the climate-change-components library to add the QueryParams.
Demo
Testing Instructions
Check out branch in azavea/climate-change-components#9
In components project directory: yarn run build:library && npm pack
Overview
For controlling both historic range and percentile extra query parameters. Depends on a change to the
climate-change-components
library to add the QueryParams.Demo
Testing Instructions
yarn run build:library && npm pack
yarn install
npm install ../climate-change-components/climate-change-components-0.2.1.tgz
yarn serve
Checklist
yarn run serve
clean?yarn run build:prod
clean?yarn run lint
clean?Closes #247