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

Map image fails to load when request resolution exceeds API limit #1

Open
kevinlin1 opened this issue Sep 28, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@kevinlin1
Copy link
Owner

The maximum resolution for the MapBox Static Images API is 1280x1280. Since we currently serve all requests at @2x scale factor, the maximum effective resolution for the user's window is 2560x2560. Larger images fail to load from MapBox.

Research could be done to investigate alternatives to the static images API.

@kevinlin1 kevinlin1 added the bug Something isn't working label Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant