GeoMOOSE.Tab.Catalog

The new, more classy, GeoMOOSE catalog.

Inherits from

Summary
GeoMOOSE.Tab.CatalogThe new, more classy, GeoMOOSE catalog.
Functions
renderLayerResponsible for actually rendering the layer in the catalog.
toggleGroupToggle the group div’s children’s visibility.
renderGroupRender the Group from the catalog.

Functions

renderLayer

renderLayer: function(groupElementId,
layer_xml,
overrideStatusList)

Responsible for actually rendering the layer in the catalog.

Arguments

groupElementIdThe Group’s Div to which the layer belongs.
layer_xmlThe layer’s XML definition
overrideStatusListA hash containing a list of layers which are “on” by default.

toggleGroup

toggleGroup: function()

Toggle the group div’s children’s visibility.

renderGroup

renderGroup: function(groupElementId,
group)

Render the Group from the catalog.

Parameters

groupElementIdThe div id in which to render the group.
groupThe group XML definition.
renderLayer: function(groupElementId,
layer_xml,
overrideStatusList)
Responsible for actually rendering the layer in the catalog.
toggleGroup: function()
Toggle the group div’s children’s visibility.
renderGroup: function(groupElementId,
group)
Render the Group from the catalog.
The GeoMOOSE Tab Class is pretty basic and can serve as a “blank” type of container.
Close