This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
QueryRenderedFeatures should include source
and sourceLayer
#11846
Labels
Core
The cross-platform C++ core, aka mbgl
GL JS parity
For feature parity with Mapbox GL JS
querying
Issues with querySourceFeatures or queryRenderedFeatures
In #6263(gl-js),
Map#queryRenderedFeatures
was updated to include thesource
,sourceLayer
, andstate
properties on each feature in the results.Renderer::queryRenderedFeatures()
should be updated to include these properties in its results.The text was updated successfully, but these errors were encountered: