qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.65k stars 3.01k forks source link

XYZ / WMTS re-sampling settings not applied #52327

Open stephane-rds opened 1 year ago

stephane-rds commented 1 year ago

What is the bug or the crash?

When working with tile layers, the options for zoomed in and zoomed out re-sampling are not applied. Anti-aliasing the image (bilinear or cubic ?) is the default.

Steps to reproduce the issue

Load an XYZ layer (OpenStreetMap) Over zoom at a location (-31.94536133,115.82524300) Try changing re-sampling zoomed method in the layer styling panel. No changes happens, the png tile is always anti-aliased Download the corresponding tile (https://tile.openstreetmap.org/19/430826/311284.png) and open it in any image software where anti-aliasing can be disabled to confirm the difference.

Versions

QGIS version 3.28.3-Firenze QGIS code revision c12bcb2f76c
Qt version 5.15.3
Python version 3.9.5
GDAL/OGR version 3.6.2
PROJ version 9.1.1
EPSG Registry database version v10.076 (2022-08-31)
GEOS version 3.11.1-CAPI-1.17.1
SQLite version 3.39.4
PDAL version 2.4.3
PostgreSQL client version unknown
SpatiaLite version 5.0.1
QWT version 6.1.6
QScintilla2 version 2.13.1
OS version Windows 10 Version 2009
       

Active Python plugins GroupStats | 2.2.6 layertilesmapcanvas | 1.4 pointsamplingtool | 0.5.4 qgis-maptiler-plugin | 3.1.1 QGISSortAndNumber-master | 1.0 quick_map_services | 0.19.33 splitmultipart | 1.0.0 db_manager | 0.1.20 grassprovider | 2.12.99 MetaSearch | 0.3.6 processing | 2.12.99

Supported QGIS version

New profile

Additional context

No response

alexbruy commented 1 year ago

Same as #36965 and #41261?