From a8e0e4e960c93fcf3c1a052f8a4914fe2ce8c79e Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Thu, 6 Jun 2019 14:08:25 +0200 Subject: [PATCH] Better documentation for getFeaturesInExtent function --- src/ol/source/Vector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/Vector.js b/src/ol/source/Vector.js index 2e32437502..23aa25a30c 100644 --- a/src/ol/source/Vector.js +++ b/src/ol/source/Vector.js @@ -670,7 +670,7 @@ class VectorSource extends Source { /** - * Get all features in the provided extent. Note that this returns an array of + * Get all features whose bounding box intersects the provided extent. Note that this returns an array of * all features intersecting the given extent in random order (so it may include * features whose geometries do not intersect the extent). *