ASM #14929 - Baseline change needed to prevent getting marine locations outside of CWA in impact SMW's
Change-Id: I843e5dd289c9e2841a28b228a8dbc38dce965ad1 Former-commit-id: d4e1fca39f82eb39fc911c091eb579a785a6cef9
This commit is contained in:
parent
a0ad2f7136
commit
94ee166aa1
1 changed files with 8 additions and 6 deletions
|
@ -13,6 +13,11 @@
|
|||
THIS CHANGE WAS DONE SO THAT CONFIGURATIONS COULD BE MADE IN ONE LOCATION
|
||||
AND NOT ACROSS 20-30 TEMPLATES. A COUNTY-BASED and ZONE-BASED COUNTERPART
|
||||
EXISTS TO THIS FILE.
|
||||
|
||||
SOFTWARE HISTORY
|
||||
Date Ticket# Engineer Description
|
||||
01/20/15 RM #14929 Qinglu Lin Changed false to true for <withinPolygon> tags in <pathcastConfig>,
|
||||
<pointSource variable="otherPoints>, and <pointSource variable="locationList">.
|
||||
-->
|
||||
|
||||
<!-- CREATE DEFAULT OBJECTS. THIS SHOULD GENERALLY NOT BE TOUCHED-->
|
||||
|
@ -96,10 +101,7 @@
|
|||
<!-- CREATE pathcastConfig OBJECT FOR PATHCAST (4TH BULLET) -->
|
||||
<pathcastConfig>
|
||||
<type>AREA</type>
|
||||
<!-- the withinPolygon variable set to false will bring in points
|
||||
outside of the polygon which is necessary for the pathcast to reference
|
||||
points that are near the water but not on the water -->
|
||||
<withinPolygon>false</withinPolygon>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
<inclusionPercent>1</inclusionPercent>
|
||||
<distanceThreshold>10.0</distanceThreshold>
|
||||
<interval>5</interval>
|
||||
|
@ -131,7 +133,7 @@
|
|||
<inclusionPercent>1</inclusionPercent>
|
||||
<type>AREA</type>
|
||||
<searchMethod>TRACK</searchMethod>
|
||||
<withinPolygon>false</withinPolygon>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
<maxResults>10</maxResults>
|
||||
<distanceThreshold>10</distanceThreshold>
|
||||
<sortBy>
|
||||
|
@ -154,7 +156,7 @@
|
|||
<inclusionPercent>1</inclusionPercent>
|
||||
<type>AREA</type>
|
||||
<searchMethod>TRACK</searchMethod>
|
||||
<withinPolygon>false</withinPolygon>
|
||||
<withinPolygon>true</withinPolygon>
|
||||
<maxResults>20</maxResults>
|
||||
<distanceThreshold>10</distanceThreshold>
|
||||
<filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue