Merge pull request #13991 from openlayers/less-for

Fix wording in API docs
This commit is contained in:
Marc Jansen
2022-08-16 12:24:51 +02:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ import {removeNode} from './dom.js';
* will be tested for features. By default, all visible layers will be tested. * will be tested for features. By default, all visible layers will be tested.
* @property {number} [hitTolerance=0] Hit-detection tolerance in css pixels. Pixels * @property {number} [hitTolerance=0] Hit-detection tolerance in css pixels. Pixels
* inside the radius around the given position will be checked for features. * inside the radius around the given position will be checked for features.
* @property {boolean} [checkWrapped=true] Check-Wrapped Will check for for wrapped geometries inside the range of * @property {boolean} [checkWrapped=true] Check-Wrapped Will check for wrapped geometries inside the range of
* +/- 1 world width. Works only if a projection is used that can be wrapped. * +/- 1 world width. Works only if a projection is used that can be wrapped.
*/ */