awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/impactSevereThunderstormWarning.xml
Richard Peter 2a9cfe51af Merge branch 'omaha_13.5.1' (13.5.1-7) into development
Conflicts:
	cave/com.raytheon.uf.viz.datadelivery/src/com/raytheon/uf/viz/datadelivery/subscription/subset/GriddedSubsetManagerDlg.java
	cave/com.raytheon.viz.hydro/src/com/raytheon/viz/hydro/timeseries/TimeSeriesAction.java
	cave/com.raytheon.viz.mpe.ui/src/com/raytheon/viz/mpe/ui/rsc/MPEFieldResource.java
	cave/com.raytheon.viz.satellite/src/com/raytheon/viz/satellite/rsc/SatResource.java
	edexOsgi/com.raytheon.uf.common.pointdata/src/com/raytheon/uf/common/pointdata/spatial/SurfaceObsLocation.java
	edexOsgi/com.raytheon.uf.edex.datadelivery.bandwidth/src/com/raytheon/uf/edex/datadelivery/bandwidth/BandwidthManager.java
	ncep/gov.noaa.nws.ncep.viz.customProjection/META-INF/MANIFEST.MF
	rpms/awips2.cave/deploy.builder/build.sh

Former-commit-id: 401ed88e44 [formerly 15d1a6eab0] [formerly 401ed88e44 [formerly 15d1a6eab0] [formerly c6386e306f [formerly 293586df88f53c2ddf6f7586bf71719298728022]]]
Former-commit-id: c6386e306f
Former-commit-id: e7ec068c7e [formerly 12993d9539]
Former-commit-id: 85fc9c773b
2013-07-22 09:40:18 -05:00

359 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
Evan Bookbinder 09-11-2012 Added settings for locations shapefile
Added new areaSource object
-->
<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&quot;)" bulletGroup="toggle3" parseString="0.75IN"/>
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8&quot;)" bulletGroup="toggle3" parseString="0.88IN"/>
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1&quot;)" bulletGroup="toggle3" parseString="1.00IN"/>
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4&quot;)" bulletGroup="toggle3" parseString="1.25IN"/>
<bullet bulletName="pingpongHail" bulletText="Ping pong ball size hail (1 1/2&quot;)" bulletGroup="toggle3" parseString="1.50IN"/>
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4&quot;)" bulletGroup="toggle3" parseString="1.75IN"/>
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2&quot;)" bulletGroup="toggle3" parseString="2.00IN"/>
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2&quot;)" bulletGroup="toggle3" parseString="2.50IN"/>
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4&quot;)" bulletGroup="toggle3" parseString="2.75IN"/>
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3&quot;)" bulletGroup="toggle3" parseString="3.00IN"/>
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4&quot;)" bulletGroup="toggle3" parseString="4.00IN"/>
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4&quot;)" bulletGroup="toggle3" parseString="4.25IN"/>
<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="addlHailWindRpt" bulletText="Select to include additional hail and/or 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" bulletDefault="true" bulletText="Select for a list of cities" bulletGroup="toggle4"/>
<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) Thunderstorm lines can produce tornadoes (can use w/TOR...POSSIBLE tag)" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
<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&quot;)" bulletGroup="toggle3" parseString="0.75IN"/>
<bullet bulletName="nickelHail" bulletText="Nickel size hail (7/8&quot;)" bulletGroup="toggle3" parseString="0.88IN"/>
<bullet bulletName="quarterHail" bulletText="Quarter size hail (1&quot;)" bulletGroup="toggle3" parseString="1.00IN"/>
<bullet bulletName="halfdollarHail" bulletText="Half dollar size hail (1 1/4&quot;)" bulletGroup="toggle3" parseString="1.25IN"/>
<bullet bulletName="pingpongHail" bulletText="Ping pong ball size hail (1 1/2&quot;)" bulletGroup="toggle3" parseString="1.50IN"/>
<bullet bulletName="golfballHail" bulletText="Golf ball size hail (1 3/4&quot;)" bulletGroup="toggle3" parseString="1.75IN"/>
<bullet bulletName="twoinchHail" bulletText="Two Inch hail (2&quot;)" bulletGroup="toggle3" parseString="2.00IN"/>
<bullet bulletName="tennisBallHail" bulletText="Tennis ball hail (2 1/2&quot;)" bulletGroup="toggle3" parseString="2.50IN"/>
<bullet bulletName="baseballHail" bulletText="Baseball size hail (2 3/4&quot;)" bulletGroup="toggle3" parseString="2.75IN"/>
<bullet bulletName="threeinchHail" bulletText="Three inch hail (3&quot;)" bulletGroup="toggle3" parseString="3.00IN"/>
<bullet bulletName="grapefruitHail" bulletText="Grapefruit size hail (4&quot;)" bulletGroup="toggle3" parseString="4.00IN"/>
<bullet bulletName="softballHail" bulletText="Softball size hail (4 1/4&quot;)" bulletGroup="toggle3" parseString="4.25IN"/>
<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="addlHailWindRpt" bulletText="Select to include additional hail and/or 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" parseString="LOCATIONS IMPACTED INCLUDE" showString="LOCATIONS IMPACTED INCLUDE"/>
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="toggle4" parseString="LOCATIONS IN THE WARNING INCLUDE" showString="LOCATIONS IN THE WARNING INCLUDE"/>
<bullet bulletName="listofcities" bulletText="Select for a list of cities" bulletGroup="toggle4" parseString="WILL REMAIN OVER" showString="WILL REMAIN OVER"/>
<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) Thunderstorm lines can produce tornadoes (can use w/TOR...POSSIBLE tag)" parseString="TORNADOES AND WIDESPREAD SIGNIFICANT WIND DAMAGE"/>
<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>
<!-- areaSource object to generate county-based information -->
<areaSource variable="areas">
<areaSource>County</areaSource>
<inclusionPercent>0</inclusionPercent>
<inclusionAndOr>AND</inclusionAndOr>
<inclusionArea>0</inclusionArea>
<areaField>COUNTYNAME</areaField>
<parentAreaField>NAME</parentAreaField>
<areaNotationField>STATE</areaNotationField>
<feAreaField>FE_AREA</feAreaField>
<timeZoneField>TIME_ZONE</timeZoneField>
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
<fipsField>FIPS</fipsField>
<pointField>NAME</pointField>
<sortBy>
<sort>parent</sort>
</sortBy>
<pointFilter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1" constraintType="EQUALS" />
</mapping>
</pointFilter>
<includedWatchAreaBuffer>25</includedWatchAreaBuffer>
</areaSource>
<pointSource variable="closestPoints">
<pointField>NAME</pointField>
<searchMethod>POINTS</searchMethod>
<type>AREA</type>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1,2" constraintType="IN" />
</mapping>
<mapping key="LANDWATER">
<constraint constraintValue="L,LW,LC" constraintType="IN" />
</mapping>
</filter>
<maxResults>1</maxResults>
<distanceThreshold>100</distanceThreshold>
<sortBy>
<sort>distance</sort>
<sort>warngenlev</sort>
<sort>population</sort>
</sortBy>
</pointSource>
<pointSource variable="otherClosestPoints">
<pointField>NAME</pointField>
<searchMethod>POINTS</searchMethod>
<type>AREA</type>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1" constraintType="EQUALS" />
</mapping>
<mapping key="LANDWATER">
<constraint constraintValue="L,LW,LC" constraintType="IN" />
</mapping>
</filter>
<maxResults>5</maxResults>
<distanceThreshold>100</distanceThreshold>
<sortBy>
<sort>distance</sort>
</sortBy>
</pointSource>
<pathcastConfig>
<inclusionPercent>1</inclusionPercent>
<withinPolygon>true</withinPolygon>
<distanceThreshold>8.0</distanceThreshold>
<interval>5</interval>
<delta>5</delta>
<maxResults>10</maxResults>
<maxGroup>8</maxGroup>
<pointField>Name</pointField>
<type>AREA</type>
<areaField>COUNTYNAME</areaField>
<!-- <areaField>NAME</areaField> -->
<parentAreaField>STATE</parentAreaField>
<areaNotationField>STATE</areaNotationField>
<areaNotationTranslationFile>countyTypes.txt</areaNotationTranslationFile>
<sortBy>
<sort>warngenlev</sort>
<sort>population</sort>
<sort>distance</sort>
</sortBy>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1,2" constraintType="IN" />
</mapping>
<mapping key="LANDWATER">
<constraint constraintValue="L,LW,LC" constraintType="IN" />
</mapping>
</filter>
</pathcastConfig>
<pointSource variable="cityList">
<pointField>NAME</pointField>
<inclusionPercent>1</inclusionPercent>
<type>AREA</type>
<searchMethod>TRACK</searchMethod>
<withinPolygon>true</withinPolygon>
<maxResults>20</maxResults>
<distanceThreshold>10</distanceThreshold>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="1,2,3,4" constraintType="IN" />
</mapping>
<mapping key="LANDWATER">
<constraint constraintValue="L,LW,LC" constraintType="IN" />
</mapping>
</filter>
<sortBy>
<sort>warngenlev</sort>
<sort>population</sort>
<sort>distance</sort>
</sortBy>
</pointSource>
<pointSource variable="otherPoints">
<pointField>NAME</pointField>
<inclusionPercent>1</inclusionPercent>
<type>AREA</type>
<searchMethod>TRACK</searchMethod>
<withinPolygon>true</withinPolygon>
<maxResults>10</maxResults>
<distanceThreshold>10</distanceThreshold>
<sortBy>
<sort>distance</sort>
</sortBy>
<filter>
<mapping key="WARNGENLEV">
<constraint constraintValue="3,4" constraintType="IN" />
</mapping>
<mapping key="LANDWATER">
<constraint constraintValue="L,LW,LC" constraintType="IN" />
</mapping>
</filter>
</pointSource>
<!-- this "include file" tag will grab the Mile Marker XML pointSource tags,
and place into this template
-->
<include file="pointMarkers.xml"/>
<include file="mileMarkers.xml"/>
<geospatialConfig>
<pointSource>WarnGenLoc</pointSource>
<areaSource>County</areaSource>
<!-- <areaSource>Zone</areaSource> -->
<parentAreaSource>States</parentAreaSource>
<timezoneSource>TIMEZONES</timezoneSource>
<timezoneField>TIME_ZONE</timezoneField>
</geospatialConfig>
</warngenConfig>