Dear @qgis maintainers: could anyone review this awesome #PR from @elpaso which adds the option of adding an #OGCAPI data source through the add layer menu? πŸ‘
@qgis @elpaso I am glad to announce that the PR was merged! πŸ‘ This is a big step towards #OGCAPI support in #QGIS, made in #QGISUC23
@qgis @elpaso with this #GDAL fix, you can add #OGC API (raster) tiles in #QGIS, in addition to OGC API maps and coverages πŸ˜„ https://github.com/OSGeo/gdal/pull/7656
- Added fixes for the OGC API Tiles driver by doublebyte1 Β· Pull Request #7656 Β· OSGeo/gdal

The OGC API Tiles dataset was not working as expected. A complete document was being passed to TileMatrixSet::parse, which was causing a series of issues: the comparisons with the well-known uris ...

GitHub