Rename ol.extent.segmentIntersects to intersectsSegment
This commit is contained in:
@@ -40,7 +40,7 @@ ol.geom.flat.intersectsextent.lineString =
|
||||
* `false` otherwise.
|
||||
*/
|
||||
function(point1, point2) {
|
||||
return ol.extent.segmentIntersects(extent, point1, point2);
|
||||
return ol.extent.intersectsSegment(extent, point1, point2);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user