itowns
itowns copied to clipboard
Color layer resolution is pixelated depending on the view's extent size
Color layers with WMS or FileSource resolution are pixelated depending on the view's extent size.
Small Extent :
Bigger Extent
Your Environment
- Version used: 2.41.1
- Browser Name and version: Firefox & Chrome
- Operating System and version (desktop or mobile): macOs
- Link to your project:
Context
Displaying geotiff and geojsons on color layers on top of map+terrain seems to have problems based on the view's extent. Smaller extent makes the color layers works great without resolution problem while bigger one does terrible thing.
Even adding an extent to the color layer change nothing.
Steps to Reproduce (for bugs)
- Choose a big extent
- Load a color layer
- See resolution problem
Expected Behavior
Colors layers should not be pixelated depending on the view's extent, or we should be able to, add our own extent to delete the problem
Actual Behavior
Color layers with WMS or FileSource resolution are pixelated depending on the view's extent size.
Possible Cause/Fix/Solution
Thank you for the feedback. I was able to reproduce. It looks like we don't do more requests as we zoom in. Maybe an update isn't triggered. We will investigate