Add FIXME

This commit is contained in:
Tom Payne
2013-12-02 17:13:09 +01:00
parent 9d57b53c0f
commit a836d6924d

View File

@@ -470,6 +470,7 @@ ol.Map.prototype.disposeInternal = function() {
*/
ol.Map.prototype.forEachFeatureAtPixel =
function(pixel, callback, opt_obj, opt_layerFunction, opt_obj2) {
// FIXME this function should probably take an options object
return this.renderer_.forEachFeatureAtPixel(
pixel, callback, opt_obj, opt_layerFunction, opt_obj2);
};