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