remove deprecated methods for 2.0 release. Documentation available at ReleaseNotes2.0
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1228 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -706,16 +706,7 @@ OpenLayers.Map.prototype = {
|
||||
|
||||
return maxResolution;
|
||||
},
|
||||
|
||||
/** Wrapper to maintain defined API functionality.
|
||||
* getMaxExtent() should be used from now on.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
getFullExtent: function() {
|
||||
return this.getMaxExtent();
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* @type OpenLayers.Bounds
|
||||
*/
|
||||
@@ -885,15 +876,6 @@ OpenLayers.Map.prototype = {
|
||||
this.getZoomForExtent(bounds));
|
||||
},
|
||||
|
||||
/** Wrapper to maintain defined API functionality.
|
||||
* zoomToMaxExtent() should be used from now on.
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
zoomToFullExtent: function() {
|
||||
this.zoomToMaxExtent();
|
||||
},
|
||||
|
||||
/** Zoom to the full extent and recenter.
|
||||
*/
|
||||
zoomToMaxExtent: function() {
|
||||
|
||||
Reference in New Issue
Block a user