45 lines
1.3 KiB
XML
Executable file
45 lines
1.3 KiB
XML
Executable file
<!--
|
|
CREATED 6-25-14 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_events">
|
|
<pointSource>warngen_dss</pointSource>
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>10</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
<sort>warngenlev</sort>
|
|
</sortBy>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="1,3" constraintType="IN" />
|
|
</mapping>
|
|
</filter>
|
|
</pointSource>
|
|
|
|
|
|
<pointSource variable="dss_events_marine">
|
|
<pointSource>warngen_dss</pointSource>
|
|
<pointField>NAME</pointField>
|
|
<searchMethod>TRACK</searchMethod>
|
|
<withinPolygon>true</withinPolygon>
|
|
<maxResults>10</maxResults>
|
|
<distanceThreshold>10</distanceThreshold>
|
|
<sortBy>
|
|
<sort>distance</sort>
|
|
<sort>warngenlev</sort>
|
|
</sortBy>
|
|
<filter>
|
|
<mapping key="WARNGENLEV">
|
|
<constraint constraintValue="2,3" constraintType="IN" />
|
|
</mapping>
|
|
</filter>
|
|
</pointSource>
|
|
|
|
-->
|