gxp.TimelinePanel
¶
-
class
gxp.
TimelinePanel
(config)¶ A panel for displaying a Similie Timeline.
Config Options¶
Configuration properties in addition to those listed for Ext.Panel.
-
annotationConfig
Object
Configuration object for the integration of annotations with the timeline.
-
location
OpenLayers.Feature.Vector
-
map
OpenLayers.Map
-
playbackTool
gxp.plugins.Playback
-
scrollInterval
Integer
The Simile scroll event listener will only be handled upon every scrollInterval milliseconds. Defaults to 500.
-
shouldBeVisible
Function
Optional function to run to determine if the FeatureTip should be visible, this can e.g. be used to add another dimension such as time.
-
viewer
gxp.Viewer
Public Properties¶
Public properties in addition to those listed for Ext.Panel.
-
TimelinePanel.
layerLookup
¶ Object
Mapping of store/layer names (e.g. “local/foo”) to objects storing data related to layers. The values of each member are objects with the following properties:- layer - {OpenLayers.Layer.Vector}
- titleAttr - {String}
- timeAttr - {String}
- endTimeAttr - {String}
- filterAttr - {String}
- visible - {Boolean}
- timeFilter - {OpenLayers.Filter}
- sldFilter - {OpenLayers.Filter}
- clientSideFilter - {OpenLayers.Filter}