Merge pull request #1146 from probins/setproj
Add 'do not use' warning to view.setProjection
This commit is contained in:
@@ -436,6 +436,7 @@ goog.exportProperty(
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the projection of this view.
|
* 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.
|
* @param {ol.proj.Projection|undefined} projection Projection.
|
||||||
*/
|
*/
|
||||||
ol.View2D.prototype.setProjection = function(projection) {
|
ol.View2D.prototype.setProjection = function(projection) {
|
||||||
|
|||||||
Reference in New Issue
Block a user