Change-Id: I15fa37459c34dd40b253a97b99d62c5fc8ff4d15 Former-commit-id:188d76ea71
[formerly5264d3a5b8
] [formerly188d76ea71
[formerly5264d3a5b8
] [formerlyb767760a9c
[formerly e2feb9de0c2d7e1d7fb5dac1b0878aabe79f9ab2]]] Former-commit-id:b767760a9c
Former-commit-id:93713d9698
[formerlyc77936c6c0
] Former-commit-id:175a28da9a
338 lines
22 KiB
XML
338 lines
22 KiB
XML
<!-- Severe Thunderstorm Warning configuration -->
|
|
<!-- MODIFIED
|
|
PHIL KURIMSKI WFO DTX 1-26-2012 OB12.1.1-1 FOR IMPACT BASED SVR WARNINGS
|
|
PHIL KURIMSKI WFO DTX 2-29-2012 OB12.2.1-4
|
|
PHIL KURIMSKI 4-20-2012
|
|
MIKE REGA 5-10-2012 DR 14525 added timeZoneField
|
|
DR 14691 added feAreaField
|
|
-->
|
|
<warngenConfig>
|
|
|
|
<!-- Config distance/speed units -->
|
|
<unitDistance>mi</unitDistance>
|
|
<unitSpeed>mph</unitSpeed>
|
|
|
|
<!-- Maps to load on template selection. Refer to 'Maps' menu in CAVE.
|
|
The various menu items are also the different maps
|
|
that can be loaded with each template. -->
|
|
<maps>
|
|
<map>County Names</map>
|
|
<map>County Warning Areas</map>
|
|
</maps>
|
|
|
|
<!-- Followups: VTEC actions of allowable followups when this template is selected -->
|
|
<followups>
|
|
<followup>NEW</followup>
|
|
<followup>COR</followup>
|
|
</followups>
|
|
|
|
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
|
|
<phensigs>
|
|
<phensig>SV.W</phensig>
|
|
</phensigs>
|
|
|
|
<!-- Enables/disables user from selecting the Restart button the GUI -->
|
|
<enableRestart>true</enableRestart>
|
|
|
|
<!-- Enable/disables the system to lock text based on various patterns -->
|
|
<autoLockText>true</autoLockText>
|
|
|
|
<!-- Included watches: If a tornado watch or severe thunderstorm watch is to be
|
|
included with the warning product include torWatches and/or svrWatches,
|
|
respectively. Please refer to 'includedWatchAreaBuffer' in <areaConfig/>. -->
|
|
<includedWatches>
|
|
<includedWatch>torWatches</includedWatch>
|
|
</includedWatches>
|
|
|
|
<!-- durations: the list of possible durations of the warning -->
|
|
<defaultDuration>30</defaultDuration>
|
|
<durations>
|
|
<duration>15</duration>
|
|
<duration>20</duration>
|
|
<duration>25</duration>
|
|
<duration>30</duration>
|
|
<duration>40</duration>
|
|
<duration>45</duration>
|
|
<duration>50</duration>
|
|
<duration>60</duration>
|
|
<duration>75</duration>
|
|
<duration>90</duration>
|
|
</durations>
|
|
|
|
<!-- bullets: User specified text generation options
|
|
- bulletName: an id that is passed to the template when a bullet
|
|
is selected. This should be unique
|
|
- bulletText: the text presented to the user in the selection list
|
|
- bulletType: "title" makes the bullet unselectable
|
|
"basin" correlates the item to a Geometry in the customlocations table
|
|
- bulletGroup: Only one bullet can be selected per bulletGroup
|
|
- parseString: this string must MATCH a unique phrase in the associated bulletText.
|
|
This will be used to highlight the appropriate bullet on a follow up-->
|
|
<bulletActionGroups>
|
|
<bulletActionGroup action="NEW" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="toggle1" bulletDefault="true" parseString="SOURCE...RADAR INDICATED"/>
|
|
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="toggle1" parseString="SOURCE...TRAINED WEATHER SPOTTERS"/>
|
|
<bullet bulletName="lawEnforcement" bulletText="Law Enforcement Reported" bulletGroup="toggle1" parseString="SOURCE...LAW ENFORCEMENT"/>
|
|
<bullet bulletName="emergencyMgmt" bulletText="Emergency Management Reported" bulletGroup="toggle1" parseString="SOURCE...EMERGENCY MANAGEMENT"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="toggle1" parseString="SOURCE...PUBLIC"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* THREAT (CHOOSE UP TO 1 EACH WIND/HAIL) ******" bulletType="title"/>
|
|
<bullet bulletName="60mphWind" bulletText="60 mph wind" bulletGroup="toggle2" parseString="60MPH"/>
|
|
<bullet bulletName="70mphWind" bulletText="70 mph wind" bulletGroup="toggle2" parseString="70MPH"/>
|
|
<bullet bulletName="80mphWind" bulletText="80 mph wind" bulletGroup="toggle2" parseString="80MPH"/>
|
|
<bullet bulletName="90mphWind" bulletText="90 mph wind" bulletGroup="toggle2" parseString="90MPH"/>
|
|
<bullet bulletName="100mphWind" bulletText="100 mph wind" bulletGroup="toggle2" parseString="100MPH"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="toggle3" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="toggle3" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="toggle3" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4")" bulletGroup="toggle3" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong ball size hail (1 1/2")" bulletGroup="toggle3" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="toggle3" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="toggle3" parseString="TWO INCHES IN DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="toggle3" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="toggle3" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="toggle3" parseString="THREE INCHES IN DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="toggle3" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="toggle3" parseString="SOFTBALL SIZE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** TORNADO TAG ********" bulletType="title"/>
|
|
<bullet bulletName="svrTorTag" bulletText="SELECT FOR TORNADO...POSSIBLE TAG" parseString="TORNADO...POSSIBLE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset4"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="************ LOCATIONS IMPACTED **************" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="toggle4" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="toggle4" bulletDefault="true" parseString="LOCATIONS IMPACTED INCLUDE..."/>
|
|
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
|
<bullet bulletText="******* (B) = Base (E) = Elevated CTA Statements *******" bulletType="title"/>
|
|
<bullet bulletName="torWatchRemainsInEffectCTA" bulletText="Tor Watch In Effect or TOR...POSSIBLE Tag" parseString="TORNADOES CAN DEVELOP QUICKLY FROM SEVERE THUNDERSTORMS"/>
|
|
<bullet bulletName="genericCTA" bulletText="(B) Generic threat - standard CTA" bulletDefault="true" parseString="MOVE TO AN INTERIOR ROOM ON THE LOWEST FLOOR OF A BUILDING"/>
|
|
<bullet bulletName="largeHailCTA" bulletText="(B) Large Hail and Deadly Lightning" parseString="LARGE HAIL AND DEADLY CLOUD TO GROUND LIGHTNING"/>
|
|
<bullet bulletName="largeHailWindCTA" bulletText="(B) Large Hail and Damaging Wind" parseString="PREPARE IMMEDIATELY FOR LARGE HAIL AND DAMAGING WINDS"/>
|
|
<bullet bulletName="historyHailCTA" bulletText="(B) This storm is producing large hail" parseString="PRODUCING LARGE HAIL. SEEK SHELTER"/>
|
|
<bullet bulletName="historyWindCTA" bulletText="(B) This storm is producing widespread wind damage" parseString="PRODUCING WIDESPREAD WIND DAMAGE ACROSS"/>
|
|
<bullet bulletName="veryLargeHailCTA" bulletText="(E) This is a dangerous storm (Large DESTRUCTIVE Hail)" parseString="LARGE DESTRUCTIVE HAIL CAPABLE OF PRODUCING SIGNIFICANT DAMAGE"/>
|
|
<bullet bulletName="extremeWindsCTA" bulletText="(E) Winds in excess of 80 mph (Tor-like wind speeds)" parseString="TORNADO LIKE WIND SPEEDS"/>
|
|
<bullet bulletName="deadlyStormCTA" bulletText="(E) This is a potentially deadly storm" parseString="POTENTIALLY DEADLY STORM"/>
|
|
<bullet bulletName="widespreadWindCTA" bulletText="(E) This storm is producing widespread wind damage" parseString="EXTREMELY DANGEROUS SITUATION"/>
|
|
<bullet bulletName="historyWindHailCTA" bulletText="(E) This storm is producing destructive winds/large hail" parseString="PRODUCING DESTRUCTIVE WINDS AND LARGE DAMAGING HAIL"/>
|
|
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="CONTACT YOUR NEAREST LAW ENFORCEMENT"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="gustFrontOutflowCTA" bulletText="(B) Preceding svr gust front/outflow...no rain/thunder expected" parseString="WILL OCCUR BEFORE ANY RAIN OR LIGHTNING"/>
|
|
<bullet bulletName="squallLineCTA" bulletText="(E) Squall lines can produce tornadoes (can use w/TOR...POSSIBLE tag)" parseString="INTENSE SQUALL LINES CAN SOMETIMES PRODUCE BRIEF TORNADOES AND"/>
|
|
<bullet bulletName="superCellsCTA" bulletText="(E) Supercells can product all types of svr...includes tornado" parseString="ALL TYPES OF SEVERE WEATHER...INCLUDING"/>
|
|
<bullet bulletText="******** MISCELLANEOUS CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Lightning in addition to hail/winds" parseString="CONTINUOUS CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
|
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET AWAY FROM THE WATER AND MOVE INDOORS"/>
|
|
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS OCCURRING"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
<bulletActionGroup action="COR" phen="SV" sig="W">
|
|
<bullets>
|
|
<bullet bulletText="*********** BASIS FOR WARNING (CHOOSE 1) **********" bulletType="title"/>
|
|
<bullet bulletName="doppler" bulletText="Doppler radar indicated" bulletGroup="toggle1" bulletDefault="true" parseString="SOURCE...RADAR INDICATED"/>
|
|
<bullet bulletName="trainedSpotters" bulletText="Trained spotters reported" bulletGroup="toggle1" parseString="SOURCE...TRAINED WEATHER SPOTTERS"/>
|
|
<bullet bulletName="lawEnforcement" bulletText="Law Enforcement Reported" bulletGroup="toggle1" parseString="SOURCE...LAW ENFORCEMENT"/>
|
|
<bullet bulletName="emergencyMgmt" bulletText="Emergency Management Reported" bulletGroup="toggle1" parseString="SOURCE...EMERGENCY MANAGEMENT"/>
|
|
<bullet bulletName="public" bulletText="Public reported" bulletGroup="toggle1" parseString="SOURCE...PUBLIC"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******* THREAT (CHOOSE UP TO 1 EACH WIND/HAIL) ******" bulletType="title"/>
|
|
<bullet bulletName="60mphWind" bulletText="60 mph wind" bulletGroup="toggle2" parseString="60MPH"/>
|
|
<bullet bulletName="70mphWind" bulletText="70 mph wind" bulletGroup="toggle2" parseString="70MPH"/>
|
|
<bullet bulletName="80mphWind" bulletText="80 mph wind" bulletGroup="toggle2" parseString="80MPH"/>
|
|
<bullet bulletName="90mphWind" bulletText="90 mph wind" bulletGroup="toggle2" parseString="90MPH"/>
|
|
<bullet bulletName="100mphWind" bulletText="100 mph wind" bulletGroup="toggle2" parseString="100MPH"/>
|
|
<bullet bulletName="pennyHail" bulletText="Penny size hail (3/4")" bulletGroup="toggle3" parseString="PENNY SIZE"/>
|
|
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8")" bulletGroup="toggle3" parseString="NICKEL SIZE"/>
|
|
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1")" bulletGroup="toggle3" parseString="QUARTER SIZE"/>
|
|
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4")" bulletGroup="toggle3" parseString="HALF DOLLAR SIZE"/>
|
|
<bullet bulletName="pingpongHail" bulletText="Ping pong ball size hail (1 1/2")" bulletGroup="toggle3" parseString="PING PONG BALL SIZE"/>
|
|
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4")" bulletGroup="toggle3" parseString="GOLF BALL SIZE"/>
|
|
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2")" bulletGroup="toggle3" parseString="TWO INCHES IN DIAMETER"/>
|
|
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2")" bulletGroup="toggle3" parseString="TENNIS BALL SIZE"/>
|
|
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4")" bulletGroup="toggle3" parseString="BASEBALL SIZE"/>
|
|
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3")" bulletGroup="toggle3" parseString="THREE INCHES IN DIAMETER"/>
|
|
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4")" bulletGroup="toggle3" parseString="GRAPEFRUIT SIZE"/>
|
|
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4")" bulletGroup="toggle3" parseString="SOFTBALL SIZE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** TORNADO TAG ********" bulletType="title"/>
|
|
<bullet bulletName="svrTorTag" bulletText="SELECT FOR TORNADO...POSSIBLE TAG" parseString="TORNADO...POSSIBLE"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** ADDITIONAL REPORTS ********" bulletType="title"/>
|
|
<bullet bulletName="addlHailRpt" bulletText="Select to include additional hail report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlWindRpt" bulletText="Select to include additional wind report..." bulletGroup="radioset4"/>
|
|
<bullet bulletName="addlHailWindRpt" bulletText="Select to include additional hail and wind reports..." bulletGroup="radioset4"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="************ LOCATIONS IMPACTED **************" bulletType="title"/>
|
|
<bullet bulletName="pathcast" bulletText="Select for pathcast" bulletGroup="toggle4" parseString="WILL BE NEAR..."/>
|
|
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="toggle4" bulletDefault="true" parseString="LOCATIONS IMPACTED INCLUDE..."/>
|
|
<bullet bulletName="specialEvent" bulletText="Special heads-up for large event/venue" parseString="THOSE ATTENDING"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** CALLS TO ACTION (CHOOSE 1 OR MORE) *********" bulletType="title"/>
|
|
<bullet bulletText="******* (B) = Base (E) = Elevated CTA Statements *******" bulletType="title"/>
|
|
<bullet bulletName="torWatchRemainsInEffectCTA" bulletText="Tor Watch In Effect or TOR...POSSIBLE Tag" parseString="TORNADOES CAN DEVELOP QUICKLY FROM SEVERE THUNDERSTORMS"/>
|
|
<bullet bulletName="genericCTA" bulletText="(B) Generic threat - standard CTA" bulletDefault="true" parseString="MOVE TO AN INTERIOR ROOM ON THE LOWEST FLOOR OF A BUILDING"/>
|
|
<bullet bulletName="largeHailCTA" bulletText="(B) Large Hail and Deadly Lightning" parseString="LARGE HAIL AND DEADLY CLOUD TO GROUND LIGHTNING"/>
|
|
<bullet bulletName="largeHailWindCTA" bulletText="(B) Large Hail and Damaging Wind" parseString="PREPARE IMMEDIATELY FOR LARGE HAIL AND DAMAGING WINDS"/>
|
|
<bullet bulletName="historyHailCTA" bulletText="(B) This storm is producing large hail" parseString="PRODUCING LARGE HAIL. SEEK SHELTER"/>
|
|
<bullet bulletName="historyWindCTA" bulletText="(B) This storm is producing widespread wind damage" parseString="PRODUCING WIDESPREAD WIND DAMAGE ACROSS"/>
|
|
<bullet bulletName="veryLargeHailCTA" bulletText="(E) This is a dangerous storm (Large DESTRUCTIVE Hail)" parseString="LARGE DESTRUCTIVE HAIL CAPABLE OF PRODUCING SIGNIFICANT DAMAGE"/>
|
|
<bullet bulletName="extremeWindsCTA" bulletText="(E) Winds in excess of 80 mph (Tor-like wind speeds)" parseString="TORNADO LIKE WIND SPEEDS"/>
|
|
<bullet bulletName="deadlyStormCTA" bulletText="(E) This is a potentially deadly storm" parseString="POTENTIALLY DEADLY STORM"/>
|
|
<bullet bulletName="widespreadWindCTA" bulletText="(E) This storm is producing widespread wind damage" parseString="EXTREMELY DANGEROUS SITUATION"/>
|
|
<bullet bulletName="historyWindHailCTA" bulletText="(E) This storm is producing destructive winds/large hail" parseString="PRODUCING DESTRUCTIVE WINDS AND LARGE DAMAGING HAIL"/>
|
|
<bullet bulletName="lawEnforcementCTA" bulletText="Report Svr Wx to Law Enforcement Agency" parseString="CONTACT YOUR NEAREST LAW ENFORCEMENT"/>
|
|
<bullet bulletText="" bulletType="title"/>
|
|
<bullet bulletText="******** SPECIAL CASE CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="gustFrontOutflowCTA" bulletText="(B) Preceding svr gust front/outflow...no rain/thunder expected" parseString="WILL OCCUR BEFORE ANY RAIN OR LIGHTNING"/>
|
|
<bullet bulletName="squallLineCTA" bulletText="(E) Squall lines can produce tornadoes (can use w/TOR...POSSIBLE tag)" parseString="INTENSE SQUALL LINES CAN SOMETIMES PRODUCE BRIEF TORNADOES AND"/>
|
|
<bullet bulletName="superCellsCTA" bulletText="(E) Supercells can product all types of svr...includes tornado" parseString="ALL TYPES OF SEVERE WEATHER...INCLUDING"/>
|
|
<bullet bulletText="******** MISCELLANEOUS CALLS TO ACTION **********" bulletType="title"/>
|
|
<bullet bulletName="lightningCTA" bulletText="Lightning in addition to hail/winds" parseString="CONTINUOUS CLOUD TO GROUND LIGHTNING IS OCCURRING"/>
|
|
<bullet bulletName="boatersCTA" bulletText="Over Lake - Boaters seek shelter" parseString="GET AWAY FROM THE WATER AND MOVE INDOORS"/>
|
|
<bullet bulletName="torrentialRainfallCTA" bulletText="Torrential rainfall" parseString="TORRENTIAL RAINFALL IS OCCURRING"/>
|
|
</bullets>
|
|
</bulletActionGroup>
|
|
</bulletActionGroups>
|
|
|
|
<!-- To create Zone-based products set the four variables below to:-->
|
|
<!-- areaConfig.areaField to: NAME -->
|
|
<!-- areaConfig.fipsField to: STATE_ZONE -->
|
|
<!-- pathcast.Config.areaField to: NAME and -->
|
|
<!-- geospatialConfig.areaSource to: Zone -->
|
|
|
|
<areaConfig>
|
|
<inclusionPercent>0.00</inclusionPercent>
|
|
<inclusionAndOr>AND</inclusionAndOr>
|
|
<inclusionArea>0</inclusionArea>
|
|
<areaField>COUNTYNAME</areaField>
|
|
<!-- <areaField>NAME</areaField> -->
|
|
<parentAreaField>NAME</parentAreaField>
|
|
<areaNotationField>STATE</areaNotationField>
|
|
<feAreaField>FE_AREA</feAreaField>
|
|
<timeZoneField>TIME_ZONE</timeZoneField>
|
|
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
|
|
<fipsField>FIPS</fipsField>
|
|
<!-- <fipsField>STATE_ZONE</fipsField> -->
|
|
<pointField>NAME</pointField>
|
|
<sortBy>
|
|
<sort>name</sort>
|
|
</sortBy>
|
|
<pointFilter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1" constraintType="EQUALS" />
|
|
</mapping>
|
|
</pointFilter>
|
|
<includedWatchAreaBuffer>25</includedWatchAreaBuffer>
|
|
</areaConfig>
|
|
|
|
<pointSource variable="closestPoints">
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>POINTS</searchMethod>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1,2" constraintType="IN" />
|
|
</mapping>
|
|
</filter>
|
|
<maxResults>1</maxResults>
|
|
<distanceThreshold>50</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
<sort>warngenlev</sort>
|
|
<sort>population</sort>
|
|
</sortBy>
|
|
</pointSource>
|
|
|
|
<pointSource variable="otherClosestPoints">
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>POINTS</searchMethod>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1" constraintType="EQUALS" />
|
|
</mapping>
|
|
</filter>
|
|
<maxResults>5</maxResults>
|
|
<distanceThreshold>100</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
</sortBy>
|
|
</pointSource>
|
|
|
|
<pathcastConfig>
|
|
<withinPolygon>true</withinPolygon>
|
|
<distanceThreshold>8.0</distanceThreshold>
|
|
<interval>5</interval>
|
|
<delta>5</delta>
|
|
<maxResults>10</maxResults>
|
|
<maxGroup>8</maxGroup>
|
|
<pointField>Name</pointField>
|
|
<areaField>COUNTYNAME</areaField>
|
|
<!-- <areaField>NAME</areaField> -->
|
|
<parentAreaField>STATE</parentAreaField>
|
|
<areaNotationField>STATE</areaNotationField>
|
|
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
|
|
<sortBy>
|
|
<sort>population</sort>
|
|
</sortBy>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1,2" constraintType="IN" />
|
|
</mapping>
|
|
</filter>
|
|
</pathcastConfig>
|
|
|
|
<pointSource variable="cityList">
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>20</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1,2,3" constraintType="IN" />
|
|
</mapping>
|
|
</filter>
|
|
<sortBy>
|
|
<sort>warngenlev</sort>
|
|
<sort>population</sort>
|
|
</sortBy>
|
|
</pointSource>
|
|
|
|
<pointSource variable="otherPoints">
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>10</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
</sortBy>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="3" constraintType="EQUALS" />
|
|
</mapping>
|
|
</filter>
|
|
</pointSource>
|
|
|
|
<!-- this "include file" tag will grab the Mile Marker XML pointSource tags,
|
|
and place into this template
|
|
-->
|
|
<include file="mileMarkers.xml"/>
|
|
|
|
<geospatialConfig>
|
|
<pointSource>City</pointSource>
|
|
<areaSource>County</areaSource>
|
|
<!-- <areaSource>Zone</areaSource> -->
|
|
<parentAreaSource>States</parentAreaSource>
|
|
<timezoneSource>TIMEZONES</timezoneSource>
|
|
<timezoneField>TIME_ZONE</timezoneField>
|
|
</geospatialConfig>
|
|
</warngenConfig>
|