You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The library should pick the most appropriate overview imagery and by that the image should be rendered with less or "no" pixelation.
Desktop (please complete the following information):
Firefox 84.0.1, no page zoom is set.
Additional context
I would guess that the wrong overview level is shown?
The example file uses 256x256 blocks. However in the HTML a resolution of 128 is used. Is that supposed to match? The parameter is not really documented in a way that is clear:
I want to second this notion, I would like more documentation on how this feature works, and if possible/necessary a way to render at native resolution.
Describe the bug
Cloud-optimized GeoTIFFs are shown pixelated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The library should pick the most appropriate overview imagery and by that the image should be rendered with less or "no" pixelation.
Desktop (please complete the following information):
Additional context
I would guess that the wrong overview level is shown?
The example file uses 256x256 blocks. However in the HTML a
resolution
of 128 is used. Is that supposed to match? The parameter is not really documented in a way that is clear:georaster-layer-for-leaflet-example/main.js
Line 33 in 9d3b10d
Setting the
resolution
parameter to 256 makes it look good but I have no clue what that actually does.The text was updated successfully, but these errors were encountered: