Remove the ol.geom.RawMultiPoint type

This commit is contained in:
Éric Lemoine
2014-08-21 10:48:15 +02:00
parent 47c1f1908e
commit d17993794d
2 changed files with 3 additions and 11 deletions
-8
View File
@@ -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>>}