This class is a renderer for MapLibre Layer to be able to use the native ol functionalities like map.getFeaturesAtPixel or map.hasFeatureAtPixel.
Abstract
Coordinate.
Hit tolerance in pixels.
Feature callback.
Callback result.
Asynchronous layer level hit detection.
Pixel.
Promise that resolves with an array of features.
Determine whether render should be called.
Layer is ready to be rendered.
Render the layer.
Frame state.
The rendered element.
This class is a renderer for MapLibre Layer to be able to use the native ol functionalities like map.getFeaturesAtPixel or map.hasFeatureAtPixel.