Remove the ol.geom.RawMultiPolygon type

This commit is contained in:
Éric Lemoine
2014-08-21 10:50:58 +02:00
parent 95d7598227
commit 4764cbc908
2 changed files with 3 additions and 11 deletions

View File

@@ -201,11 +201,3 @@ ol.geom.Geometry.prototype.transform = function(source, destination) {
this.applyTransform(ol.proj.getTransform(source, destination));
return this;
};
/**
* Array representation of a multipolygon.
* @typedef {Array.<Array.<Array.<ol.Coordinate>>>}
* @api stable
*/
ol.geom.RawMultiPolygon;