Merge pull request #435 from elemoine/coordinate-z
Use @expose for Coordinate.z
This commit is contained in:
@@ -26,6 +26,7 @@ ol.Coordinate = function(x, y, opt_z) {
|
||||
goog.base(this, x, y);
|
||||
|
||||
/**
|
||||
* @expose
|
||||
* @type {number}
|
||||
*/
|
||||
this.z = goog.isDef(opt_z) ? opt_z : NaN;
|
||||
|
||||
Reference in New Issue
Block a user