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) {