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

Staticmap: size limit vs tile stitching for high resolution maps #19

Closed
daniel-j-h opened this issue Dec 10, 2015 · 1 comment · Fixed by #25
Closed

Staticmap: size limit vs tile stitching for high resolution maps #19

daniel-j-h opened this issue Dec 10, 2015 · 1 comment · Fixed by #25

Comments

@daniel-j-h
Copy link

There's an implicit 1280x1280 pixel limit on the size.

For example, creating wallpapers for my Thinkpad X1 Carbon fails with an API error:

mapbox staticmap --zoom 12 --size 2560 1440 --lat 52.500385 --lon 13.419779 mapbox.emerald out.png

It would be great, to either document that limit and catch the error already at the argparser level or provide transparent stitching, like @zugaldia does in his wallmapper (this may be out of scope, though).

@perrygeo
Copy link
Contributor

@daniel-j-h I think validating the input is the way to go. The overlays make stitching properly pretty difficult (tile edge effects, etc) and I think we can leave that to wallmapper for now.

This was referenced Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants