Add empty ol.geom.LinearRing.intersectsExtent

This commit is contained in:
Frederic Junod
2017-01-12 12:16:45 +01:00
committed by Guillaume Beraudo
parent 2713175e15
commit 7a7c01a074

View File

@@ -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.