No functional change. Adding docs for list of default map controls.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@8011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -167,7 +167,14 @@ OpenLayers.Map = OpenLayers.Class({
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Property: controls
|
* Property: controls
|
||||||
* {Array(<OpenLayers.Control>)} List of controls associated with the map
|
* {Array(<OpenLayers.Control>)} List of controls associated with the map.
|
||||||
|
*
|
||||||
|
* If not provided in the map options at construction, the map will
|
||||||
|
* be given the following controls by default:
|
||||||
|
* - <OpenLayers.Control.Navigation>
|
||||||
|
* - <OpenLayers.Control.PanZoom>
|
||||||
|
* - <OpenLayers.Control.ArgParser>
|
||||||
|
* - <OpenLayers.Control.Attribution>
|
||||||
*/
|
*/
|
||||||
controls: null,
|
controls: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user