OpenLayers.Layer.MapServer.Untiled

Deprecated.  To be removed in 3.0.  Instead use OpenLayers.Layer.MapServer and pass the option ‘singleTile’ as true.

Inherits from

Summary
OpenLayers.Layer.MapServer.UntiledDeprecated.
Properties
singleTile{singleTile} Always true for untiled.
Constructor
OpenLayers.Layer.MapServer.Untiled
Functions
cloneCreate a clone of this layer

Properties

singleTile

{singleTile} Always true for untiled.

Constructor

OpenLayers.Layer.MapServer.Untiled

Parameters

name{String}
url{String}
params{Object}
options{Object}

Functions

clone

clone: function (obj)

Create a clone of this layer

Returns

{OpenLayers.Layer.MapServer.Untiled} An exact clone of this layer

clone: function (obj)
Create a clone of this layer
Instances of OpenLayers.Layer.MapServer are used to display data from a MapServer CGI instance.
Close