热图层的queryRenderedFeatures什么也得不到

时间:2018-08-07 11:40:51

标签: mapbox mapbox-gl-js mapbox-gl

我使用queryRenderFeatures从热图图层中获取要素,但一无所获。

map.on('click',function (e) {
  const features = map.queryRenderedFeatures(e.point, {
      layers: ['my-heatmap-layer']
    });
  console.log(features)  // []
})

谁能给我答案?

1 个答案:

答案 0 :(得分:0)

当前的mapbox gl-js版本(0.47.0)无法做到这一点。 source