Remove the ol.geom.RawMultiLineString type
This commit is contained in:
@@ -203,14 +203,6 @@ ol.geom.Geometry.prototype.transform = function(source, destination) {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* Array representation of a multilinestring.
|
||||
* @typedef {Array.<Array.<ol.Coordinate>>}
|
||||
* @api stable
|
||||
*/
|
||||
ol.geom.RawMultiLineString;
|
||||
|
||||
|
||||
/**
|
||||
* Array representation of a multipolygon.
|
||||
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}
|
||||
|
||||
Reference in New Issue
Block a user