Add FIXME
This commit is contained in:
@@ -470,6 +470,7 @@ ol.Map.prototype.disposeInternal = function() {
|
|||||||
*/
|
*/
|
||||||
ol.Map.prototype.forEachFeatureAtPixel =
|
ol.Map.prototype.forEachFeatureAtPixel =
|
||||||
function(pixel, callback, opt_obj, opt_layerFunction, opt_obj2) {
|
function(pixel, callback, opt_obj, opt_layerFunction, opt_obj2) {
|
||||||
|
// FIXME this function should probably take an options object
|
||||||
return this.renderer_.forEachFeatureAtPixel(
|
return this.renderer_.forEachFeatureAtPixel(
|
||||||
pixel, callback, opt_obj, opt_layerFunction, opt_obj2);
|
pixel, callback, opt_obj, opt_layerFunction, opt_obj2);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user