Aleksandar Stojiljković
Aleksandar Stojiljković
It is already available in v3.4 beta. Closing it - please reopen if not working: 
Model layer is still an experimental feature (under development) and we plan to implement this soon. queryRenderedFeatures support has not yet been implemented in GL JS. It is partly supported...
This is under work now.
This topic is discussed also in https://github.com/mapbox/mapbox-gl-js/issues/12861.
Thanks @bertt For the context, pasting earlier comment https://twitter.com/astojilj/status/1693498420579766656?s=20 > _Mapbox tiles use Z-up orientation with Z in meters and X and Y in tile coordinates https://github.com/mapbox/mapbox-gl-js-internal/blob/94c7b65cdc8a861eeddd12e4f726407984e8c879/3d-style/render/draw_model.js#L741. Please, use https://github.com/mapbox/mapbox-gl-js...
@bertt Yes, the tile coordinate X increases from left to right in range [0 .. 8192), and Y increases [0 .. 8192) from north to south. Now, we use single...
cc @jtorresfabra
@bertt Work on query render features support for Model Layer is in progress. However, we are not working on supporting 3rd party 3D tiles yet. Mapbox nodes encode ids in...
> Both of these issues stem from the fact that we do not render fill extrusions in an order defined by their distance to the camera. With current approach, we...
Hello. Thanks for the report. > optimizeForTerrain set to false > I understand that the line layers are effectively being baked into the terrain now in mapbox V3. Unfortunately, we...