only use high res for sat composite
This commit is contained in:
parent
81f5e2b933
commit
096c0dfe57
2 changed files with 2 additions and 81 deletions
|
@ -27,7 +27,7 @@
|
|||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="sectorID">
|
||||
<constraint constraintValue="${sector0},${sector1},${sector2},${sector3}"
|
||||
<constraint constraintValue="${sector0},${sector1}"
|
||||
constraintType="IN" />
|
||||
</mapping>
|
||||
<mapping key="creatingEntity">
|
||||
|
@ -36,84 +36,7 @@
|
|||
</mapping>
|
||||
</metadataMap>
|
||||
|
||||
<!-- low res blended satellite -->
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false" />
|
||||
<properties isSystemResource="false" isBlinking="false"
|
||||
isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000" minDisplayWidth="10000000" />
|
||||
</properties>
|
||||
<resourceData xsi:type="satBlendedResourceData" timeMatchMode="${timeMatchMode;EVERY_IMAGE}">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false" />
|
||||
<properties isSystemResource="false" isBlinking="false"
|
||||
isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
</properties>
|
||||
<resourceData xsi:type="satResourceData"
|
||||
isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<binOffset posOffset="900" negOffset="900" virtualOffset="0"/>
|
||||
<metadataMap>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="satellite"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="physicalElement">
|
||||
<constraint constraintValue="${element}"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="sectorID">
|
||||
<constraint constraintValue="${sector3}"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="creatingEntity">
|
||||
<constraint constraintValue="${entity}"
|
||||
constraintType="LIKE" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</resourceData>
|
||||
</resource>
|
||||
<!-- medium res blended satellite -->
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false" />
|
||||
<properties isSystemResource="false" isBlinking="false"
|
||||
isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
<pdProps maxDisplayWidth="10000000" minDisplayWidth="6000000" />
|
||||
</properties>
|
||||
<resourceData xsi:type="satBlendedResourceData" timeMatchMode="${timeMatchMode;EVERY_IMAGE}">
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false" />
|
||||
<properties isSystemResource="false" isBlinking="false"
|
||||
isMapLayer="false" isHoverOn="false" isVisible="true">
|
||||
</properties>
|
||||
<resourceData xsi:type="satResourceData"
|
||||
isUpdatingOnMetadataOnly="false"
|
||||
isRequeryNecessaryOnTimeMatch="true">
|
||||
<binOffset posOffset="900" negOffset="900" virtualOffset="0"/>
|
||||
<metadataMap>
|
||||
<mapping key="pluginName">
|
||||
<constraint constraintValue="satellite"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="physicalElement">
|
||||
<constraint constraintValue="${element}"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="sectorID">
|
||||
<constraint constraintValue="${sector2}"
|
||||
constraintType="EQUALS" />
|
||||
</mapping>
|
||||
<mapping key="creatingEntity">
|
||||
<constraint constraintValue="${entity}"
|
||||
constraintType="LIKE" />
|
||||
</mapping>
|
||||
</metadataMap>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</resourceData>
|
||||
</resource>
|
||||
|
||||
<!-- high res blended satellite -->
|
||||
<resource>
|
||||
<loadProperties loadWithoutData="false" />
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<contribute xsi:type="subinclude" fileName="menus/satellite/baseSatellite.xml">
|
||||
<substitute key="sector0" value="West CONUS"/>
|
||||
<substitute key="sector1" value="East CONUS"/>
|
||||
<substitute key="sector2" value="Supernational"/>
|
||||
<substitute key="sector3" value="Northern Hemisphere Composite"/>
|
||||
<substitute key="entity" value="GOES%"/>
|
||||
<substitute key="blendedTimeMatchMode" value="ALL_IMAGES"/>
|
||||
</contribute>
|
||||
|
|
Loading…
Add table
Reference in a new issue