Conflicts: cave/com.raytheon.viz.grid/src/com/raytheon/viz/grid/rsc/general/D2DGridResource.java Change-Id: Ie8cbc10d06805616c05a5d5b52cd725a56f9cf50 Former-commit-id: 724a8c87ab8aa880dab45a0a743c3b9d6ace4e2e
32 lines
899 B
XML
32 lines
899 B
XML
<!--
|
|
CREATED 9-20-2013 BY EVAN BOOKBINDER
|
|
|
|
Take Real-Time DSS Events from the mapdata.warngen_dss postGres table
|
|
(as generated by software created by Evan Bookbinder (EAX) and Phil Kurimski (DTX)),
|
|
and include them in our warning polygons.
|
|
|
|
<pointSource variable="dss">
|
|
<pointSource>warngen_dss</pointSource>
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>10</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
</sortBy>
|
|
</pointSource>
|
|
|
|
-->
|
|
|
|
<pointSource variable="dss_events">
|
|
<pointSource>warngen_dss</pointSource>
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>10</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
</sortBy>
|
|
</pointSource>
|