artsmia / lume

A story telling application for museums with an accompanying CMS.
https://lume.space
15 stars 4 forks source link

BR: MaxZoom on Retina is off-by-one #172

Closed lume-bot[bot] closed 4 years ago

lume-bot[bot] commented 6 years ago
        Location of Error: https://cms.lume.space/cla150/cla-story-2

        Browser: Safari

        Submitted from: https://cms.lume.space/cla150/cla-story-2

        User: mcfa0086@umn.edu

        Description: Related to #171, because leaflet accounts for retina by requesting tiles at one zoom level beyond the current level, your maxZoom needs to be decremented by one.  The IIF leaflet tilelayer may not be accounting for that?  Right now, it allows you to zoom one beyond the actually available levels, resulting in progress spinners.