Remove the ol.geom.RawMultiLineString type

This commit is contained in:
Éric Lemoine
2014-08-21 10:49:31 +02:00
parent d17993794d
commit 95d7598227
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 multilinestring.
* @typedef {Array.<Array.<ol.Coordinate>>}
* @api stable
*/
ol.geom.RawMultiLineString;
/**
* Array representation of a multipolygon.
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}