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

Output 4096 tiles always #39

Closed
tmcw opened this issue May 28, 2015 · 3 comments
Closed

Output 4096 tiles always #39

tmcw opened this issue May 28, 2015 · 3 comments

Comments

@tmcw
Copy link
Contributor

tmcw commented May 28, 2015

Tiles made with tippecanoe are apparently incompatible with Mapbox GL, which expects a 4096 extent always, rather than the 1024 / variable extent of tippecanoe.

@e-n-f
Copy link
Contributor

e-n-f commented Jun 1, 2015

I really think this a GL bug, since it is ignoring a documented aspect of the vector tile spec. I can add an option to force an extent of 4096, but it will severely impair the ability to make small tiles at low zoom levels.

@tmcw
Copy link
Contributor Author

tmcw commented Jun 1, 2015

@ericfischer yes - this is a stopgap until we can get mapbox/mapbox-gl-js#1093 fixed on the gl-js

@e-n-f
Copy link
Contributor

e-n-f commented Jun 5, 2015

Added -m option in bc2f243

@e-n-f e-n-f closed this as completed Jun 5, 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

No branches or pull requests

2 participants