Omaha #3333 grid lightning image by default, log style rule

Change-Id: Iaec485a35cce1deba7943ae4550c004badbf0a32

Former-commit-id: 010044c071 [formerly 3c73726be1] [formerly e018ec56dd] [formerly e018ec56dd [formerly a6b414bd1f]] [formerly e5a63e5cf5 [formerly e018ec56dd [formerly a6b414bd1f] [formerly e5a63e5cf5 [formerly 127cdbea94ed37f0a2c3ddf113df8f093549d077]]]]
Former-commit-id: e5a63e5cf5
Former-commit-id: f8fa2fc6e717e801a88f9394ddad4bc41acb4b68 [formerly d237d9418aad4f0bf2080aaad689b0fa7013e5fc] [formerly 40c4f63196 [formerly 8ecbbdebc1]]
Former-commit-id: 40c4f63196
Former-commit-id: a3d3b2ee0f
This commit is contained in:
Brian Clements 2014-07-24 08:58:25 -05:00
parent 9e9ab2305d
commit b93f015271
5 changed files with 11 additions and 8 deletions

View file

@ -23,7 +23,7 @@
<displays xsi:type="d2DMapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties xsi:type="gridLoadProperties" loadWithoutData="true">
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="true">
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false"

View file

@ -23,7 +23,7 @@
<displays xsi:type="d2DMapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties xsi:type="gridLoadProperties" loadWithoutData="true">
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="true">
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false"

View file

@ -23,7 +23,7 @@
<displays xsi:type="d2DMapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties xsi:type="gridLoadProperties" loadWithoutData="true">
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="true">
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false"

View file

@ -23,7 +23,7 @@
<displays xsi:type="d2DMapRenderableDisplay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<descriptor xsi:type="mapDescriptor">
<resource>
<loadProperties xsi:type="gridLoadProperties" loadWithoutData="true">
<loadProperties xsi:type="gridLoadProperties" displayType="IMAGE" loadWithoutData="true">
</loadProperties>
<properties isSystemResource="false"
isBlinking="false" isMapLayer="false" isHoverOn="false"

View file

@ -25,11 +25,14 @@
</paramLevelMatches>
<imageStyle>
<interpolate>false</interpolate>
<range levelScale="LINEAR" adaptive="true">
<minValue>0</minValue>
<range scale="LOG">
<minValue>0.5</minValue>
<maxValue>1000</maxValue>
</range>
<defaultColormap>Grid/gridded data</defaultColormap>
<colorbarLabeling>
<values>1 3 10 30 100 300 1000</values>
</colorbarLabeling>
</imageStyle>
</styleRule>
</styleRuleset>