Merge pull request #9989 from mike-000/patch-3
Correct getFeaturesAtPixel spelling and grammar
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user