Baltazar Gomez

Results 112 comments of Baltazar Gomez

I'm trying to set the `maxZoom` using `viewport.imageToVieportZoom()` so you can only zoom in until the image is displayed on the original / real size. It seems to work fine...

Find a workaround for now, just need to get the largest image zoom: ```js getTargetZoom = (scale = 1) => { let zooms = [] const { viewport, world }...