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

For the cases where url zoom is below 0, the deep zoom should be serving the image last loaded from tile server at url zoom 0 #10

Open
shoolpani opened this issue Feb 10, 2020 · 0 comments

Comments

@shoolpani
Copy link

Ideally, if we are zooming out and we dont have image available in the tiling server,

  • we should be able to use the last rendered tile image and just resize it to the lower zoom
  • As it is zoom out , we dont have to worry about the image resolutions, as we already have one with better resolution at higher zoom
  • I have also tried with setting minNativeZoom and minZoom and even that doesnt work.
  • leaflet deepzoom is not able to handle this scenario, it throws error in console saying x of undefined and then error is shown in the map.
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

1 participant