adding comment blocks to help readability
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3264 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -316,11 +316,10 @@ OpenLayers.Map.prototype = {
|
||||
|
||||
/********************************************************/
|
||||
/* */
|
||||
/* Layers, Controls, Popup Functions */
|
||||
/* Layer Functions */
|
||||
/* */
|
||||
/* The following functions deal with adding and */
|
||||
/* removing Layers, Controls, and Popups */
|
||||
/* to and from the Map */
|
||||
/* removing Layers to and from the Map */
|
||||
/* */
|
||||
/********************************************************/
|
||||
|
||||
@@ -559,6 +558,16 @@ OpenLayers.Map.prototype = {
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
/********************************************************/
|
||||
/* */
|
||||
/* Control Functions */
|
||||
/* */
|
||||
/* The following functions deal with adding and */
|
||||
/* removing Controls to and from the Map */
|
||||
/* */
|
||||
/********************************************************/
|
||||
|
||||
/**
|
||||
* @param {OpenLayers.Control} control
|
||||
* @param {OpenLayers.Pixel} px
|
||||
@@ -589,6 +598,15 @@ OpenLayers.Map.prototype = {
|
||||
}
|
||||
},
|
||||
|
||||
/********************************************************/
|
||||
/* */
|
||||
/* Popup Functions */
|
||||
/* */
|
||||
/* The following functions deal with adding and */
|
||||
/* removing Popups to and from the Map */
|
||||
/* */
|
||||
/********************************************************/
|
||||
|
||||
/**
|
||||
* @param {OpenLayers.Popup} popup
|
||||
* @param {Boolean} exclusive If true, closes all other popups first
|
||||
|
||||
Reference in New Issue
Block a user