Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some projection configurations can load too many tiles #11272

Open
mourner opened this issue Nov 11, 2021 · 1 comment
Open

Some projection configurations can load too many tiles #11272

mourner opened this issue Nov 11, 2021 · 1 comment
Assignees
Labels

Comments

@mourner
Copy link
Member

mourner commented Nov 11, 2021

mapbox-gl-js version: v2.6.0

Steps to Trigger Behavior

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

@SnailBones
Copy link
Contributor

This looks related to #11233

@asheemmamoowala asheemmamoowala removed this from the projections milestone Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 participants