From a479193cf0320245ef6ad0af7c274e5f74bba21a Mon Sep 17 00:00:00 2001 From: Peter Robins Date: Sun, 20 Oct 2013 11:31:00 -0400 Subject: [PATCH] Add 'do not use' warning to view.setProjection [ci skip] --- src/ol/view2d.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/view2d.js b/src/ol/view2d.js index d181295df3..be24bf532e 100644 --- a/src/ol/view2d.js +++ b/src/ol/view2d.js @@ -436,6 +436,7 @@ goog.exportProperty( /** * Set the projection of this view. + * Warning! This code is not yet implemented. Function should not be used. * @param {ol.proj.Projection|undefined} projection Projection. */ ol.View2D.prototype.setProjection = function(projection) {