OpenLayers.Control.TemplatePopupWMSGetFeatureInfo

Inherits From

  • <OpenLayers.Control.WMSGetFeatureInfo>
Summary
OpenLayers.Control.TemplatePopupWMSGetFeatureInfo
Functions
urlMatchesOverride url matching to always return true, as this causes issues with proxy alliases.
OpenLayers.Control.TemplatePopupWMSGetFeatureInfo
Functions
urlMatchesOverride url matching to always return true, as this causes issues with proxy alliases.

Functions

urlMatches

urlMatches: function(url)

Override url matching to always return true, as this causes issues with proxy alliases.  Layer url matches must be controlled on another level.

Parameters

url{String} The url to test.

Returns

{Boolean} true.

OpenLayers.Control.TemplatePopupWMSGetFeatureInfo

Inherits From

  • <OpenLayers.Control.WMSGetFeatureInfo>
Summary
Functions
urlMatchesOverride url matching to always return true, as this causes issues with proxy alliases.

Functions

urlMatches

urlMatches: function(url)

Override url matching to always return true, as this causes issues with proxy alliases.  Layer url matches must be controlled on another level.

Parameters

url{String} The url to test.

Returns

{Boolean} true.

urlMatches: function(url)
Override url matching to always return true, as this causes issues with proxy alliases.
Close