From 6927cb43289a96c9ea15ec4ac197882144466aa8 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Tue, 24 Sep 2019 20:58:29 +0100 Subject: [PATCH] Correct getFeaturesAtPixel spelling and grammar --- changelog/upgrade-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 32f8df8397..60653966a3 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -279,9 +279,9 @@ The `getGetFeatureInfoUrl` of `ol/source/ImageWMS` and `ol/source/TileWMS` is no The `SelectInteraction` is removed. There are two examples ([Select Features by Hover](https://openlayers.org/en/master/examples/select-hover-features.html) and [Select multiple Features](https://openlayers.org/en/master/examples/select-multiple-features.html) which show how similar results can be achieved by using more basic methods. -##### `getFeatureAtPixel` returns always an array +##### `getFeaturesAtPixel` always returns an array -`getFeatureAtPixel` returns now an empty array instead of `null` if no features were found. +`getFeaturesAtPixel` now returns an empty array instead of `null` if no features were found. #### Other changes