ALKMaps.Layer.VSSBaseMap

Instance of this class is used to show China tiles.

Inherits from

Example

ALKMaps.MapServiceURL= "http://??????????????????????????";
var map =  new ALKMaps.Map("mapTile", {displayProjection: new ALKMaps.Projection('EPSG:4326')});
var vssBaseMap = new  ALKMaps.Layer.VSSBaseMap("VSS Base Map");
map.addLayers([vssBaseMap]);
Summary
ALKMaps.Layer.VSSBaseMapInstance of this class is used to show China tiles.
Properties
displayOutsideMaxExtent{Boolean} If wrapDateLine is true, zoom level gets adjusted to prevent user zooming way out.
Constructor
ALKMaps.Layer.VSSBaseMap

Properties

displayOutsideMaxExtent

{Boolean} If wrapDateLine is true, zoom level gets adjusted to prevent user zooming way out.  Set this property to true will cancel this behavior.

Constructor

ALKMaps.Layer.VSSBaseMap

name{String} A name for the layer
params{Object} An object with key/value pairs representing the GetMap query string parameters and parameter values.
options{Object} Hashtable of extra options to tag onto the layer.
Instances of ALKMaps.Layer.BaseMap are used to display data from ALK Web Service Create a new ALK Map layer with the ALKMaps.Layer.BaseMap constructor.
Close