mapbox / mapbox-gl-native

Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
https://mapbox.com/mobile
Other
4.37k stars 1.33k forks source link

Add query rendered features support for layers without sources #16400

Closed galinelle closed 4 years ago

galinelle commented 4 years ago

Launch Checklist

LukasPaczos commented 4 years ago

Tested this locally and seems to work just fine when it comes to returning an empty feature when the puck layer is clicked.

galinelle commented 4 years ago

Tested this locally and seems to work just fine when it comes to returning an empty feature when the puck layer is clicked.

@LukasPaczos What would you expect inside such a feature? So that it can be fixed :-)

LukasPaczos commented 4 years ago

What would you expect inside such a feature?

The empty feature is totally fine.

galinelle commented 4 years ago

test is missing, hence still WIP. Rest should be stable.