Merge pull request #1146 from probins/setproj

Add 'do not use' warning to view.setProjection
This commit is contained in:
Éric Lemoine
2013-10-20 08:50:17 -07:00

View File

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