Instances of ALKMaps.Layer.ALKMercator are used to display data from ALK Web Service Create a new ALK Map layer with the ALKMaps.Layer.ALKMercator constructor.
ALKMaps. | Instances of ALKMaps.Layer.ALKMercator are used to display data from ALK Web Service Create a new ALK Map layer with the ALKMaps.Layer.ALKMercator constructor. |
Constants | |
MIN_ZOOM_LEVEL | {Integer} 0 |
MAX_ZOOM_LEVEL | {Integer} 17 |
DEFAULT_PARAMS | {Object} Hashtable of default parameter key/value pairs |
Properties | |
isBaseLayer | {Boolean} Default is true for WMS layer |
encodeBBOX | {Boolean} Should the BBOX commas be encoded? |
noMagic | {Boolean} If true, the image format will not be automagicaly switched from image/jpeg to image/png or image/gif when using TRANSPARENT=TRUE. |
Functions | |
setMap | |
destroy | Destroy this layer |
clone | Create a clone of this layer |
getURL | Return a GetMap query string for this layer |
clone: function( obj )
Create a clone of this layer
{ALKMaps.Layer.ALKMercator} An exact clone of this layer
getURL: function( bounds )
Return a GetMap query string for this layer
bounds | {ALKMaps.Bounds} A bounds representing the bbox for the request. |
{String} A string with the layer’s url and parameters and also the passed-in bounds and appropriate tile size specified as parameters.
setMap: function()
Destroy this layer
destroy: function()
Create a clone of this layer
clone: function( obj )
Return a GetMap query string for this layer
getURL: function( bounds )