diff --git a/src/map.react.js b/src/map.react.js index 4434919d..35ac0f8a 100644 --- a/src/map.react.js +++ b/src/map.react.js @@ -495,7 +495,9 @@ var MapGL = React.createClass({ if (!this.props.onHoverFeatures) { return; } - map.featuresAt([pos.x, pos.y], {}, function callback(error, features) { + map.featuresAt([pos.x, pos.y], { + radius: 1 + }, function callback(error, features) { if (error) { throw error; }