A brilliant patch adding better documentation to all of our controls from an
unnamed contributor on OpenLayers trac. (Closes #1751) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8942 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
/**
|
||||
* Class: OpenLayers.Control.Pan
|
||||
* The Pan control is a single button to pan the map in one direction. For
|
||||
* a more complete control see <OpenLayers.Control.PanPanel>.
|
||||
*
|
||||
* Inherits from:
|
||||
* - <OpenLayers.Control>
|
||||
@@ -80,4 +82,4 @@ OpenLayers.Control.Pan = OpenLayers.Class(OpenLayers.Control, {
|
||||
OpenLayers.Control.Pan.NORTH = "North";
|
||||
OpenLayers.Control.Pan.SOUTH = "South";
|
||||
OpenLayers.Control.Pan.EAST = "East";
|
||||
OpenLayers.Control.Pan.WEST = "West";
|
||||
OpenLayers.Control.Pan.WEST = "West";
|
||||
|
||||
Reference in New Issue
Block a user