Remove dimension property from geometries
This was only necessary when using the shared vertices structure.
This commit is contained in:
@@ -27,11 +27,6 @@ ol.geom.MultiPoint = function(coordinates) {
|
||||
this.components[i] = new ol.geom.Point(coordinates[i]);
|
||||
}
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
this.dimension = coordinates[0].length;
|
||||
|
||||
};
|
||||
goog.inherits(ol.geom.MultiPoint, ol.geom.AbstractCollection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user