mapbox / mapbox/mapbox-gl-js

Some projection configurations can load too many tiles

Open
#11,272 1 comment 0 reactions 1 assignee View on GitHub

@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

![image](https://user-images.githubusercontent.com/25395/141330027-f86e9f2e-fe0c-4bc5-82d3-3a8e9b1f1d6b.png)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.