Remove dimension property from geometries
This was only necessary when using the shared vertices structure.
This commit is contained in:
@@ -14,11 +14,6 @@ goog.require('ol.geom.Geometry');
|
||||
ol.geom.AbstractCollection = function() {
|
||||
goog.base(this);
|
||||
|
||||
/**
|
||||
* @type {number}
|
||||
*/
|
||||
this.dimension;
|
||||
|
||||
/**
|
||||
* @type {Array.<ol.geom.Geometry>}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user