LOD tile loading is broken for non-mercator projections when pitched
Open
@mourner is already working on this.
Since Nov 29, 2021.
bug :lady_beetle:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
**mapbox-gl-js version**: v2.6.0-beta.2
**browser**: Any
### Steps to Trigger Behavior
1. Use `http://localhost:9966/debug/extrusion-query.html#16.77/40.761935/-73.99469/0/70`
2. Turn in `map.showTileBoundaries = true`
3. Switch the Projection to `Albers USA`
### Link to Demonstration
https://jsbin.com/
### Expected Behavior

### Actual Behavior
Zoom drops too quickly resulting in inconsistent cutoff for building rendering
It varies with `bearing`

on rotating buildings pop-in

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.