mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 19:04:18 -07:00
Issue 191 - Multi-state visualization (#226)
Addresses issue #191 - As a stakeholder interested in the cumulative impact score, I want to see more states in the map, so that I can further analyze the score results. Introduces gradient coloration on limited 5-state dataset as well as the core of a few key visual aspects of the map to be expanded upon later.
This commit is contained in:
parent
8b8314aeb3
commit
f12ab4d3b7
5 changed files with 712 additions and 464 deletions
|
@ -13,7 +13,6 @@ interface IMapPageProps {
|
|||
}
|
||||
|
||||
const CEJSTPage = ({location}: IMapPageProps) => {
|
||||
|
||||
// We temporarily removed MapControls, which would enable you to `setFeatures` also, for now
|
||||
// We will bring back later when we have interactive controls.
|
||||
const [features] = useState<Feature<Geometry>[]>([]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue