remove reproject() method which was sort of silly anyways -- i think the ve/goog marker misplacement problem was that the layercontainerdiv was not being correctly reset on a changebaselayer. so im changing the setbaselayer() to auto call setCenter() with a new zoom (by nulling the zoom beforehand and passing in the current zoom).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1259 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -159,12 +159,6 @@ OpenLayers.Layer.prototype = {
|
||||
//this function can be implemented by subclasses.
|
||||
},
|
||||
|
||||
/**
|
||||
*/
|
||||
reproject:function() {
|
||||
//this function can be implemented by subclasses.
|
||||
},
|
||||
|
||||
/** Set the map property for the layer. This is done through an accessor
|
||||
* so that subclasses can override this and take special action once
|
||||
* they have their map variable set.
|
||||
|
||||
Reference in New Issue
Block a user