Legato.Control.GeoLocation

Control which zooms the current Map to the current position of the user if available.

Inherits from:Legato.Control
Summary
Legato.Control.GeoLocationControl which zooms the current Map to the current position of the user if available.
Functions
Legato.Control.WMSGetFeatureInfo Create a WMSGetFeatureInfo.
drawSee Also: <OpenLayer.Control>
lc:WMSGetFeatureInfo XML based config for aLegato.Control.WMSGetFeatureInfo.
Properties
QName The qualified name for this control.  Needed by XML config toinstantiate it.
hoverSee Also: <OpenLayers.Control.WMSGetFeatureInfo.hover>

Functions

Legato.Control.WMSGetFeatureInfo Create a WMSGetFeatureInfo.

Parameters

draw

draw : function()

See Also: <OpenLayer.Control>

lc:WMSGetFeatureInfo XML based config for a

Legato.Control.WMSGetFeatureInfo.

See Also:Legato.Control - Legato.Beans.BeanFactory - <QName>

A valid config example for a WMSGetFeatureInfo would be

<lc:WMSGetFeatureInfo>
  <infoFormat>text/xml</infoFormat>
  <hover>true</hover>
  <maxFeatures>1</maxFeatures>
  <queryVisible>true</queryVisible>
  <handlerOptions>
  <hover>
   <delay>200</delay>
 </hover>
 </handlerOptions>
</lc:WMSGetFeatureInfo>
Summary
Properties
QName The qualified name for this control.  Needed by XML config toinstantiate it.
hoverSee Also: <OpenLayers.Control.WMSGetFeatureInfo.hover>

Properties

QName The qualified name for this control.  Needed by XML config to

instantiate it.

hover

See Also: <OpenLayers.Control.WMSGetFeatureInfo.hover>

draw : function()
See Also: OpenLayer.Control
This class represents a compositum of the OpenLayers.Control.WMSGetFeatureInfo class and the OpenLayers.Popup.FramedCloud.
Abstract base class for all Legato control classes