-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add QGIS Desktop to Client Implementations #154
Comments
@doublebyte1 Since this really uses the GDAL OGC API driver, should we just add this as additional details in the GDAL implementation row? It is not technically a different implementation. |
+1 |
@doublebyte1 Thanks, is it OK like this: https://github.com/opengeospatial/ogcapi-tiles/blob/master/implementations.adoc |
It's a very good idea to add explicit support for OGC-APIs and I'm happy that this is included now. and every time I get the error |
@hebersgit GDAL accepts either the OGC API landing page or the collection end-point. I am not sure to what extent GeoServer is ready to serve OGC API - Tiles at this point, see https://docs.geoserver.org/main/en/user/community/ogc-api/tiles/index.html :
You may have better luck with pygeoapi or ldproxy. |
@jerstlouis
And from the following raster collection description https://maps.gnosis.earth/ogcapi/collections/blueMarble QGIS can read only coverage TIFF, not the tiles or other formats like PNG or JPG. The usage from QGIS/GDAL is very limited. |
Could you please file QGIS / GDAL issues? Please let me know if there are issues with our implementation that prevent success, or if anything with the standards need clarifications. It is possible that the failures are related to removing some backward compatibility properties predating version 1.0 of the standards. |
As discussed on these issues qgis/QGIS#50296 qgis/QGIS#52674 , in the master build of QGIS, it is now possible to add an OGC API - Tiles collection collection through the "Add Layer Menu".
The text was updated successfully, but these errors were encountered: