From e2844fa3cdf6ba39a6d4e0383623b6cb63346f9f Mon Sep 17 00:00:00 2001 From: David Friedman Date: Tue, 12 Jul 2016 20:09:36 +0000 Subject: [PATCH] ASM #19186 - WarnGen Templates: Case corrections - Make MPH caps for "windTags" and capitalize sentence starters in SPS Change-Id: Ieda7bcaca5157202c9bf88216c07255dd34e56e9 --- .../base/warngen/impactTornadoWarning.vm | 12 ++++++------ .../base/warngen/significantWeatherAdvisory.vm | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactTornadoWarning.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactTornadoWarning.vm index 749e03fe4a..580fcfb485 100755 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactTornadoWarning.vm +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactTornadoWarning.vm @@ -48,26 +48,26 @@ #set($windImpact = "") #set($extensive = "") #set($windHazard = "") -#set($windTag = "<50mph") +#set($windTag = "<50MPH") #if(${list.contains(${bullets}, "60mphWind")}) #set($windThreat = "damaging winds in excess of 60 mph") #set($windHazard = "60 mph wind gusts") #set($windSpeed = 60) - #set($windTag = "60mph") + #set($windTag = "60MPH") ## #set($windImpact = "large tree limbs broken off partially blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.") #end #if(${list.contains(${bullets}, "70mphWind")}) #set($windThreat = "destructive winds in excess of 70 mph") #set($windHazard = "70 mph wind gusts") #set($windSpeed = 70) - #set($windTag = "70mph") + #set($windTag = "70MPH") ## #set($windImpact = "trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.") #end #if(${list.contains(${bullets}, "80mphWind")}) #set($windThreat = "destructive winds in excess of 80 mph") #set($windHazard = "80 mph wind gusts") #set($windSpeed = 80) - #set($windTag = "80mph") + #set($windTag = "80MPH") #set($extensive = "extensive ") ## #set($windImpact = "trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.") #end @@ -75,7 +75,7 @@ #set($windThreat = "extreme damaging winds in excess of 90 mph") #set($windHazard = "90 mph wind gusts") #set($windSpeed = 90) - #set($windTag = "90mph") + #set($windTag = "90MPH") #set($extensive = "extensive ") ## #set($windImpact ="trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.") #end @@ -83,7 +83,7 @@ #set($windThreat = "extreme damaging winds in excess of 100 mph") #set($windHazard = "100 mph wind gusts") #set($windSpeed = 100) - #set($windTag = "100mph") + #set($windTag = "100MPH") #set($extensive = "extensive ") ## #set($windImpact ="trees to be uprooted blocking roads#commaOrEllipsis()damaging buildings#commaOrEllipsis()homes and downing power lines.") #end diff --git a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/significantWeatherAdvisory.vm b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/significantWeatherAdvisory.vm index 2996aca320..711ef51966 100755 --- a/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/significantWeatherAdvisory.vm +++ b/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/significantWeatherAdvisory.vm @@ -20,11 +20,11 @@ #if(${stormType} == "line") #set($report = "strong thunderstorms were reported") #set($reportType1 = "strong thunderstorms") - #set($reportType2 = "these storms were") + #set($reportType2 = "These storms were") #else #set($report = "a strong thunderstorm was reported") #set($reportType1 = "a strong thunderstorm") - #set($reportType2 = "this storm was") + #set($reportType2 = "This storm was") #end #set($windThreat = "") #set($hailThreat = "")