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:
euzuro
2006-08-16 21:36:23 +00:00
parent 1d31d524d0
commit 7bf1112c81
3 changed files with 8 additions and 30 deletions
-8
View File
@@ -53,14 +53,6 @@ OpenLayers.Layer.Markers.prototype =
}
},
/**
*/
reproject:function() {
this.redraw();
},
/**
* @param {OpenLayers.Marker} marker
*/