diff --git a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html index 25178f11..8d0398ef 100644 --- a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html +++ b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.html @@ -8,8 +8,8 @@ (click)="toggleShown($event)" /> -
Disclaimer: The streams and catchment boundaries presented are - indicative and have not gone through ground validation. + indicative. They have been derived from elevation data obtained using + IfSAR topography and delineated using ArcGIS Hydrological Tools. + Read more... - These have been derived from elevation data obtained using - Interferometric Synthetic Aperture Radar (IfSAR) technology and - delineated using ArcGIS Hydrological Tools. The UP NOAH Center is - not liable for positioning inaccuracies, discrepancies from - subsequent updates, errors, or data omissions. However, suggestions - for improvement or error notifications are welcome. + The UP NOAH Center is not liable for positioning inaccuracies, + discrepancies from subsequent updates, errors, or data omissions in + case this system is used. Please follow official sites of government + and use this site only for supplementary information. + - These have been derived from elevation data obtained using - Interferometric Synthetic Aperture Radar (IfSAR) technology and - delineated using ArcGIS Hydrological Tools. The UP NOAH Center is - not liable for positioning inaccuracies, discrepancies from - subsequent updates, errors, or data omissions. However, suggestions - for improvement or error notifications are welcome. + The UP NOAH Center is not liable for positioning inaccuracies, + discrepancies from subsequent updates, errors, or data omissions in + case this system is used. Please follow official sites of government + and use this site only for supplementary information. +
@@ -288,7 +286,7 @@ text-center text-gray-600 " > - No Affected Data + No available 24-hr rainfall forecast diff --git a/src/app/features/noah-playground/store/noah-playground.store.ts b/src/app/features/noah-playground/store/noah-playground.store.ts index fb25eefc..c2929c2d 100644 --- a/src/app/features/noah-playground/store/noah-playground.store.ts +++ b/src/app/features/noah-playground/store/noah-playground.store.ts @@ -379,7 +379,7 @@ const createInitialValue = (): NoahPlaygroundState => ({ expanded: false, raintypes: { 'rain-forecast': { - shown: false, + shown: true, opacity: 100, }, },