Remove the ol.geom.RawLineString type

This commit is contained in:
Éric Lemoine
2014-08-21 10:40:54 +02:00
parent 72bcb2db80
commit fb1c764a38
2 changed files with 4 additions and 12 deletions
+1 -9
View File
@@ -203,14 +203,6 @@ ol.geom.Geometry.prototype.transform = function(source, destination) {
};
/**
* Array representation of a linestring.
* @typedef {Array.<ol.Coordinate>}
* @api stable
*/
ol.geom.RawLineString;
/**
* Array representation of a linear ring.
* @typedef {Array.<ol.Coordinate>}
@@ -237,7 +229,7 @@ ol.geom.RawMultiPoint;
/**
* Array representation of a multilinestring.
* @typedef {Array.<ol.geom.RawLineString>}
* @typedef {Array.<Array.<ol.Coordinate>>}
* @api stable
*/
ol.geom.RawMultiLineString;