pacificclimate / scip-frontend

Salmon Climate Impacts Portal
GNU General Public License v3.0
1 stars 1 forks source link

use fixed map colour range for each indicator #68

Closed corviday closed 2 months ago

corviday commented 5 months ago

At present, the map colour range is set by querying ncWMS about the first timestamp of each individual dataset displayed on the map. This means that the range may shift between files, making intuitive comparisons harder. Additionally, summer timestamps may not be adequately covered if the map range is set based on a winter timestamp.

Instead, colour scale ranges should be set in the configuration file on a per-indicator basis and used consistently for all maps of that indicator.