From 79f25b4b16b495375e9e139a2d2dca95bc66543e Mon Sep 17 00:00:00 2001 From: TylerSchrag-NOAA <97621365+TylerSchrag-NOAA@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:14:33 -0800 Subject: [PATCH] V2.1.4 Fixes #2 (#585) This contains a fix to the ROF layer names for HI and PRVI. This was manually fixed on production during deployment on 11/8/2023. --- .../srf_48hr_rapid_onset_flooding_hi_noaa.mapx | 6 +++--- .../srf_48hr_rapid_onset_flooding_prvi_noaa.mapx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_hawaii/srf_48hr_rapid_onset_flooding_hi_noaa.mapx b/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_hawaii/srf_48hr_rapid_onset_flooding_hi_noaa.mapx index 9d80e32f..ee526846 100644 --- a/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_hawaii/srf_48hr_rapid_onset_flooding_hi_noaa.mapx +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_hawaii/srf_48hr_rapid_onset_flooding_hi_noaa.mapx @@ -242,7 +242,7 @@ "layerDefinitions" : [ { "type" : "CIMFeatureLayer", - "name" : "18 Hours - Rapid Onset Flood Arrival Time", + "name" : "48 Hours - Rapid Onset Flood Arrival Time", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/rapid_onset_flood_arrival_time.xml", "sourceModifiedTime" : { "type" : "TimeInstant", @@ -9882,7 +9882,7 @@ }, { "type" : "CIMFeatureLayer", - "name" : "18 Hours - Rapid Onset Flood Duration", + "name" : "48 Hours - Rapid Onset Flood Duration", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/rapid_onset_flood_duration.xml", "sourceModifiedTime" : { "type" : "TimeInstant", @@ -10975,7 +10975,7 @@ }, { "type" : "CIMFeatureLayer", - "name" : "18 Hours - NWM Waterway Length Flooded", + "name" : "48 Hours - NWM Waterway Length Flooded", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/egdb_hydrovis_srf_48hr_rapid_onset_flooding_hucs.xml", "sourceModifiedTime" : { "type" : "TimeInstant", diff --git a/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_puertorico/srf_48hr_rapid_onset_flooding_prvi_noaa.mapx b/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_puertorico/srf_48hr_rapid_onset_flooding_prvi_noaa.mapx index 596d7554..c7a17fc3 100644 --- a/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_puertorico/srf_48hr_rapid_onset_flooding_prvi_noaa.mapx +++ b/Core/LAMBDA/viz_functions/viz_publish_service/services/short_range_puertorico/srf_48hr_rapid_onset_flooding_prvi_noaa.mapx @@ -242,7 +242,7 @@ "layerDefinitions" : [ { "type" : "CIMFeatureLayer", - "name" : "18 Hours - Rapid Onset Flood Arrival Time", + "name" : "48 Hours - Rapid Onset Flood Arrival Time", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/rapid_onset_flood_arrival_time.xml", "sourceModifiedTime" : { "type" : "TimeInstant", @@ -9856,7 +9856,7 @@ }, { "type" : "CIMFeatureLayer", - "name" : "18 Hours - Rapid Onset Flood Duration", + "name" : "48 Hours - Rapid Onset Flood Duration", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/rapid_onset_flood_duration.xml", "sourceModifiedTime" : { "type" : "TimeInstant", @@ -10923,7 +10923,7 @@ }, { "type" : "CIMFeatureLayer", - "name" : "18 Hours - NWM Waterway Length Flooded", + "name" : "48 Hours - NWM Waterway Length Flooded", "uRI" : "CIMPATH=nwm_48_hour_rapid_onset_flooding_forecast/egdb_hydrovis_srf_48hr_rapid_onset_flooding_hucs.xml", "sourceModifiedTime" : { "type" : "TimeInstant",