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

4x zoom step? #2

Open
bibinjacobpulickal opened this issue Sep 23, 2017 · 2 comments
Open

4x zoom step? #2

bibinjacobpulickal opened this issue Sep 23, 2017 · 2 comments

Comments

@bibinjacobpulickal
Copy link

I have tiles available only at 4x steps. Each tile in 1 level is split into 16 tiles in next level. Unlike 4 tile split given in this example. How can I achieve this?

@comaxime
Copy link
Member

hello
so far this is not supported, sorry

I have not tried this solution, but you could "ignore" some levels. For instance:
level 0 = 16 tiles
level 1 = no tiles (return nil)
level 2 = 1 tile

@bibinjacobpulickal
Copy link
Author

This wouldn't work. We need to display the tiles at level 0 with a half the scaling at level 1.

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