awips2/edexOsgi/com.raytheon.uf.common.dataplugin.warning/utility/common_static/base/warngen/airportWeatherWarning.xml
Richard Peter 86c28e6e16 Merge branch 'omaha_13.5.3' (13.5.2-7) into development
Conflicts:
	cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/D2DGridResource.java

Change-Id: Ie8cbc10d06805616c05a5d5b52cd725a56f9cf50

Former-commit-id: 75b0f19d87 [formerly bb9488bb92] [formerly 75b0f19d87 [formerly bb9488bb92] [formerly f4e71b65d3 [formerly 724a8c87ab8aa880dab45a0a743c3b9d6ace4e2e]]]
Former-commit-id: f4e71b65d3
Former-commit-id: 3514194d3b [formerly 39ae6d437d]
Former-commit-id: ddf07f8030
2013-10-01 15:06:34 -05:00

115 lines
4.9 KiB
XML

<!-- Airport Weather Warning template -->
<!-- created using Huntsville as an example -->
<!-- Customized by Phil Kurimski WFO DTX 12 April 2012
Updated by Phil Kurimski 12 September 2012 OB12.9.1-12
Updated Evan Bookbinder 5-5-13 to change units per Directive
Phil Kurimski 09-19-2013 added geospatialConfig.xml
-->
<warngenConfig>
<!-- INCLUDE ALL GEOSPTATIAL INFORMATION FOR THIS PRODUCT
ANY pointSource/areaSource/pathcastConfig OVERRIDES TO THAT FILE CAN BE
PLACED IN FULL BELOW THE INCLUDE LINE BELOW. -->
<include file="geospatialConfig_ZONE.xml"/>
<!-- Include Various geospatial XML files to create their objects. These are *NOT*
turned on unless the corresponding .vm file is turned on in a given template's .vm file
-->
<include file="mileMarkers.xml"/>
<!-- To enable, make sure mileMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<include file="pointMarkers.xml"/>
<!-- To enable, make sure pointMarkers.vm is added/uncommented in a WarnGen template's .vm file -->
<!-- Config distance/speed units -->
<unitDistance>nmi</unitDistance>
<unitSpeed>kn</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>ACARS Airport Locations</map>
<map>Forecast Zones</map>
</maps>
<!-- Followups: VTEC actions of allowable followups when this template is selected -->
<followups>
<followup>COR</followup>
</followups>
<!-- Phensigs: The list of phenomena and significance combinations that this template applies to -->
<phensigs>
</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>
<includedWatch>svrWatches</includedWatch>
</includedWatches>
<!-- durations: the list of possible durations of the warning -->
<defaultDuration>60</defaultDuration>
<durations>
<duration>15</duration>
<duration>30</duration>
<duration>45</duration>
<duration>60</duration>
<duration>75</duration>
<duration>90</duration>
<duration>120</duration>
<duration>180</duration>
<duration>240</duration>
<duration>300</duration>
</durations>
<bulletActionGroups>
<bulletActionGroup action="NEW">
<bullets>
<!-- <bullet bulletText="***** CLICK 'CREATE TEXT' BELOW AFTER SELECTING AREA *****" bulletType="title"/> -->
<bullet bulletText=" *****Choose Airport*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="HSV" bulletText="Huntsville (HSV)" bulletGroup="airport"/>
<bullet bulletName="MSL" bulletText="Muscle Shoals (MSL)" bulletGroup="airport"/>
<!-- You can add additional airports using the same format above -->
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****Choose Specific Threats****" bulletType="title"/>
<bullet bulletName="wind" bulletText="Convective Wind Gusts"/>
<bullet bulletName="lightning" bulletText="Cloud to ground lightning"/>
<bullet bulletName="hail" bulletText="Hail"/>
<bullet bulletName="freezingRain" bulletText="Freezing Rain"/>
<bullet bulletName="sleetSnow" bulletText="Sleet or Snow"/>
<!-- You can add additional Threats using the same format above -->
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****Cancellation Section****" bulletType="title"/>
<bullet bulletName="cancelAWW" bulletText="Cancel AWW"/>
</bullets>
</bulletActionGroup>
<bulletActionGroup action="COR">
<bullets>
<!-- <bullet bulletText="***** CLICK 'CREATE TEXT' BELOW AFTER SELECTING AREA *****" bulletType="title"/> -->
<bullet bulletText=" *****Choose Airport*****...(Choose 1) " bulletType="title"/>
<bullet bulletName="HSV" bulletText="Huntsville (HSV)" bulletGroup="airport"/>
<bullet bulletName="MSL" bulletText="Muscle Shoals (MSL)" bulletGroup="airport"/>
<!-- You can add additional airports using the same format above -->
<bullet bulletText="" bulletType="title"/>
<bullet bulletText=" ****Choose Specific Threats****" bulletType="title"/>
<bullet bulletName="wind" bulletText="Convective Wind Gusts"/>
<bullet bulletName="lightning" bulletText="Cloud to ground lightning"/>
<bullet bulletName="hail" bulletText="Hail"/>
<bullet bulletName="freezingRain" bulletText="Freezing Rain"/>
<bullet bulletName="sleetSnow" bulletText="Sleet or Snow"/>
<!-- You can add additional Threats using the same format above -->
<bullet bulletText=" ****Cancellation Section****" bulletType="title"/>
<bullet bulletName="cancelAWW" bulletText="Cancel AWW"/>
</bullets>
</bulletActionGroup>
</bulletActionGroups>
</warngenConfig>