From 312611c21f9d71b615d78d67f63d36fd8df2168e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Prod=27homme?= Date: Thu, 7 Nov 2024 13:53:28 +0100 Subject: [PATCH] feat(client): Add intro texts Partly from SS-66. --- client/src/components/intro/index.tsx | 5 +++-- client/src/components/panels/contextual-layers/index.tsx | 6 ++++-- client/src/components/panels/drought/index.tsx | 5 +++++ client/src/components/panels/flood/index.tsx | 5 +++++ 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/client/src/components/intro/index.tsx b/client/src/components/intro/index.tsx index 4a13da4..ec1bf0a 100644 --- a/client/src/components/intro/index.tsx +++ b/client/src/components/intro/index.tsx @@ -10,8 +10,9 @@ const Intro = ({ showDescription = true }: IntroProps) => { {showDescription && (

- Introduction lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor - sit amet, consectetu elit. + Explore South Sudan’s geospatial visualization tool, a centralized platform for accessing + and analyzing hydrological data. Discover insights on flood, drought, and + hydrometeorological patterns to support effective water resource management.

)} diff --git a/client/src/components/panels/contextual-layers/index.tsx b/client/src/components/panels/contextual-layers/index.tsx index 4dab797..4108506 100644 --- a/client/src/components/panels/contextual-layers/index.tsx +++ b/client/src/components/panels/contextual-layers/index.tsx @@ -35,8 +35,10 @@ const ContextualLayersPanel = () => {

- Introduction lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit - amet, consectetu elit. + Toggle on and off contextual layers to add demographic, land use, and soil property data to + your map view. These layers provide additional insights, helping to understand population + dynamics, land cover, and soil characteristics, which are essential for comprehensive water + resource analysis.

{isLoading && ( diff --git a/client/src/components/panels/drought/index.tsx b/client/src/components/panels/drought/index.tsx index d325bcd..c218753 100644 --- a/client/src/components/panels/drought/index.tsx +++ b/client/src/components/panels/drought/index.tsx @@ -7,6 +7,11 @@ const DroughtPanel = () => { return (
+

+ Explore agricultural and meteorological drought data to assess exposure and hazard levels + across South Sudan. Analyze drought indicators, such as SPI, SPEI, SNDVI, and SMA indices, + to understand drought severity and support resilient water and land management. +

{isLoading && (
diff --git a/client/src/components/panels/flood/index.tsx b/client/src/components/panels/flood/index.tsx index a51a1c3..c7c82b6 100644 --- a/client/src/components/panels/flood/index.tsx +++ b/client/src/components/panels/flood/index.tsx @@ -7,6 +7,11 @@ const FloodPanel = () => { return (
+

+ Access detailed flood data to assess both exposure and hazard levels across South Sudan. + Analyze model-based and EO-based flood information, including flood extent, depth, and + return periods, to better understand flood risks and support proactive planning. +

{isLoading && (