From 22c05f4b7b91457c37eea2ce6d510fb866713995 Mon Sep 17 00:00:00 2001 From: kennethliporada <62271587+kennethliporada@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:32:10 +0800 Subject: [PATCH 1/2] sir mahar changes --- .../risk-assessment-group.component.html | 14 ++++---- .../risk-assessment-modal.component.html | 34 +++++++++---------- .../store/noah-playground.store.ts | 2 +- 3 files changed, 24 insertions(+), 26 deletions(-) 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, }, }, From 2b59adf6b7ac8bd08ec1cbc37c494f8cf3b7d91f Mon Sep 17 00:00:00 2001 From: kennethliporada <62271587+kennethliporada@users.noreply.github.com> Date: Fri, 26 Jan 2024 14:04:29 +0800 Subject: [PATCH 2/2] checkbox Rain = true to perform the enabled and disabled button --- .../risk-assessment-group/risk-assessment-group.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts index f3daab7a..9f94d839 100644 --- a/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts +++ b/src/app/features/noah-playground/components/risk-assessment-group/risk-assessment-group.component.ts @@ -29,7 +29,7 @@ export class RiskAssessmentGroupComponent implements OnInit { initialPopuOpacityValue: number = 100; isButtonEnabled: boolean = false; - checkedRain = false; + checkedRain = true; checkedPopu = false; checkedShown = false;