Remove the ol.geom.RawMultiPolygon type
This commit is contained in:
@@ -201,11 +201,3 @@ ol.geom.Geometry.prototype.transform = function(source, destination) {
|
||||
this.applyTransform(ol.proj.getTransform(source, destination));
|
||||
return this;
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Array representation of a multipolygon.
|
||||
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}
|
||||
* @api stable
|
||||
*/
|
||||
ol.geom.RawMultiPolygon;
|
||||
|
||||
Reference in New Issue
Block a user