From 5ad0f05fc2770bab526afebb52a1a28f45d9b98f Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 15 Sep 2006 00:01:58 +0000 Subject: [PATCH] reproject no longer exists git-svn-id: http://svn.openlayers.org/trunk/openlayers@1472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- doc/Layer.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/Layer.txt b/doc/Layer.txt index 6b37c1e19e..d417bd67c0 100644 --- a/doc/Layer.txt +++ b/doc/Layer.txt @@ -12,7 +12,6 @@ of different layers. clone() -- {OpenLayers.Layer} -- create a clone of the layer. setName({String|name}) -- none -- Set the name of the layer to something different. moveTo({OpenLayers.Bounds|bounds}, {Boolean|zoomChanged}) -- none -- Not implemented here, but the general function called on dragging or setCenter, to move the Layer to a new geographic location. - reproject() -- none -- Subclassed by vector layers to redraw vectors when base layer changes. setMap(map) -- none -- Set the map property of the layer. Also set the parameters which are inherited from the map. getVisibility() -- {Boolean} -- Return true or false based on visibility of the layer. setVisibility({Boolean|visible}) -- none -- Set the layer visibility, and trigger the appropriate events.