Change-Id: Ieb4a6d68b48351deacbddda65f1ff53485c3402d Former-commit-id: f077d3cd4084faf8ad7c8865e84df53e59a5db72
45 lines
No EOL
1.2 KiB
XML
Executable file
45 lines
No EOL
1.2 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>
|
|
|
|
--> |