Add empty ol.geom.LinearRing.intersectsExtent
This commit is contained in:
committed by
Guillaume Beraudo
parent
2713175e15
commit
7a7c01a074
@@ -124,6 +124,12 @@ ol.geom.LinearRing.prototype.getType = function() {
|
||||
};
|
||||
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.geom.LinearRing.prototype.intersectsExtent = function(extent) {};
|
||||
|
||||
|
||||
/**
|
||||
* Set the coordinates of the linear ring.
|
||||
* @param {Array.<ol.Coordinate>} coordinates Coordinates.
|
||||
|
||||
Reference in New Issue
Block a user