标签: mapbox mapbox-gl-js mapbox-gl
我使用queryRenderFeatures从热图图层中获取要素,但一无所获。
queryRenderFeatures
map.on('click',function (e) { const features = map.queryRenderedFeatures(e.point, { layers: ['my-heatmap-layer'] }); console.log(features) // [] })
谁能给我答案?
答案 0 :(得分:0)
当前的mapbox gl-js版本(0.47.0)无法做到这一点。 source