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). *