Some projection configurations can load too many tiles
Open
@ansis is already working on this.
Since Nov 11, 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
### Steps to Trigger Behavior
```js
const map = new mapboxgl.Map({
container: 'map',
zoom: 3,
center: [0, 80],
style: 'mapbox://styles/mapbox/satellite-v9',
projection: {
name: 'lambertConformalConic',
parallels: [90, 90],
center: [0, 0]
}
});
map.showTileBoundaries = true;
```
### Link to Demonstration
https://jsbin.com/](https://jsfiddle.net/stmLx4c3/)
### Actual Behavior

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.