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

dynamically resample Esri World Imagery #1011

Merged
merged 1 commit into from
May 11, 2019
Merged

dynamically resample Esri World Imagery #1011

merged 1 commit into from
May 11, 2019

Commits on Oct 6, 2017

  1. use zoom level 22 as default maxZoom for World Imagery

    instead of artificially capping the zoom for World Imagery at 19,
    interrogate the esri tilemap when zooming begins to see whether all tiles
    in an 8x8 grid at the next zoom level are present.
    
    if they aren't, use leaflet's new built in option to downsample the existing tiles.
    jgravois committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    5fdefc0 View commit details
    Browse the repository at this point in the history