Add ol.renderer.Layer#forEachFeatureAtPixel

This commit is contained in:
Éric Lemoine
2013-12-02 12:56:35 +01:00
parent a537814169
commit e9843ced57

View File

@@ -42,6 +42,13 @@ ol.renderer.Layer = function(mapRenderer, layer) {
goog.inherits(ol.renderer.Layer, goog.Disposable);
/**
* @param {ol.Pixel} pixel Pixel.
* @param {function(ol.Feature)} callback Feature callback.
*/
ol.renderer.Layer.prototype.forEachFeatureAtPixel = goog.nullFunction;
/**
* @protected
* @return {ol.layer.Layer} Layer.