astromatic / Leaflet.TileLayer.IIP

Add IIP layering support to the Leaflet library
Other
14 stars 7 forks source link

Request for invalid tiles when zoomed out too far #2

Closed acartas closed 9 years ago

acartas commented 9 years ago

If the image is not set up to initially take up the full map div, this will attempt (and fail) to retrieve non-existent tiles outside of the image bounds.

acartas commented 9 years ago

This was only occurring on Leaflet 0.7.7 and below. I just loaded Leaflet 1.0 beta 2, and the issue is gone.