Hit detection refactoring
Get the frame state from the map instead of storing values in the layer renderers.
This commit is contained in:
@@ -1317,7 +1317,7 @@ ol.render.canvas.ReplayGroup.prototype.replay_ =
|
||||
* @return {T|undefined} Callback result.
|
||||
* @template T
|
||||
*/
|
||||
ol.render.canvas.ReplayGroup.prototype.forEachGeometryAtCoordinate = function(
|
||||
ol.render.canvas.ReplayGroup.prototype.forEachGeometryAtPixel = function(
|
||||
extent, resolution, rotation, coordinate,
|
||||
renderGeometryFunction, callback) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user