show GFE config scripts; add nhadomain and stormsurgeww maps from origin/ncep_16.1.4-n
This commit is contained in:
parent
66600e80e5
commit
407259c472
10 changed files with 80 additions and 8 deletions
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Created by config_local_shapefiles of config_awips2.sh on Tue Jul 28
|
||||
19:26:09 GMT 2015 -->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability"
|
||||
colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability"
|
||||
lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="pointCapability"
|
||||
pointStyle="NONE" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000"
|
||||
minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<table>mapdata.nhadomain</table>
|
||||
<mapName>NHAdomain</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -0,0 +1,36 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Created by config_local_shapefiles of config_awips2.sh on Wed Jul 29
|
||||
19:20:36 GMT 2015 -->
|
||||
<bundle>
|
||||
<displayList>
|
||||
<displays xsi:type="mapRenderableDisplay"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<descriptor xsi:type="mapDescriptor">
|
||||
<resource>
|
||||
<loadProperties>
|
||||
<capabilities>
|
||||
<capability xsi:type="colorableCapability"
|
||||
colorAsString="#9b9b9b" />
|
||||
<capability xsi:type="outlineCapability"
|
||||
lineStyle="SOLID" outlineOn="true"
|
||||
outlineWidth="1" />
|
||||
<capability xsi:type="pointCapability"
|
||||
pointStyle="NONE" />
|
||||
</capabilities>
|
||||
<resourceType>PLAN_VIEW</resourceType>
|
||||
</loadProperties>
|
||||
<properties isSystemResource="false"
|
||||
isBlinking="false" isMapLayer="true" isHoverOn="false"
|
||||
isVisible="true">
|
||||
<pdProps maxDisplayWidth="100000000"
|
||||
minDisplayWidth="0" />
|
||||
</properties>
|
||||
<resourceData xsi:type="dbMapResourceData">
|
||||
<table>mapdata.stormsurgeww</table>
|
||||
<mapName>StormSurgeWW</mapName>
|
||||
</resourceData>
|
||||
</resource>
|
||||
</descriptor>
|
||||
</displays>
|
||||
</displayList>
|
||||
</bundle>
|
|
@ -37,7 +37,7 @@
|
|||
from gfeConfig import *
|
||||
|
||||
# Hide this configuration file from users
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
# Auto-load the group containing the geo weight weather elements
|
||||
DefaultGroup = "EditTopo"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
from gfeConfig import *
|
||||
|
||||
# Hide this configuration file from users
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
DefaultGroup = "NewTerrain"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
from gfeConfig import *
|
||||
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# GIF/PNG Graphic Product Generation (ifpIMAGE program)
|
||||
|
|
|
@ -46,7 +46,7 @@ no = False
|
|||
# The gfe configuration file can be hidden in the Start Up Dialog by
|
||||
# using the HideConfigFile keyword and setting it to 1, or by commenting
|
||||
# out the following line.
|
||||
# HideConfigFile = 1
|
||||
# #HideConfigFile = 1
|
||||
|
||||
#------------------------------------------------------------------------
|
||||
# Mutable Parameter and Viewable Database Configurations
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
from gfeConfig import *
|
||||
import gfeConfig
|
||||
|
||||
HideConfigFile = 1
|
||||
#HideConfigFile = 1
|
||||
|
||||
# Defines the T as the displayable weather element
|
||||
Png_parms = ['T_SFC:_Fcst -1', 'Td_SFC:_Fcst -1', 'Wind_SFC:_Fcst -1']
|
||||
|
|
Loading…
Add table
Reference in a new issue