OpenLayers. Control. Permalink

Properties

element

{DOMElement}

base

{String}

displayProjection

{OpenLayers.Projection} Requires proj4js support.  Projection used when creating the coordinates in the link.  This will reproject the map coordinates into display coordinates.  If you are using this functionality, the permalink which is last added to the map will determine the coordinate type which is read from the URL, which means you should not add permalinks with different displayProjections to the same map.

Constructor

OpenLayers. Control. Permalink

Parameters

element{DOMElement}
base{String}
options{Object} options to the control.

Functions

destroy

destroy: function()

setMap

setMap: function(map)

Set the map property for the control.

Parameters

map{OpenLayers.Map}

draw

draw: function()

Returns

{DOMElement}

updateLink

updateLink: function()
Class for coordinate transforms between coordinate systems.
destroy: function()
setMap: function(map)
Set the map property for the control.
draw: function()
{DOMElement}
updateLink: function()
Controls affect the display or behavior of the map.
Instances of OpenLayers.Map are interactive maps embedded in a web page.
Close