Results 9 comments of PascalLike

Hi Francois, please check this https://github.com/geonetwork/core-geonetwork/pull/3972

Thanks Francois. I was also checking yesterday, but I didn't found a solution. My suspect is that the attachments are all attached to the published record. If your solution fix...

../collections/{colllectionId}/tiles/{tileMatrixSetId}/metadata seems no longer part of the specification. It seems that metadata should be moved to ../collections/{colllectionId}/tiles/{tileMatrixSetId}?f=json It's expected to contain [TileSetMetadata](https://docs.ogc.org/is/17-083r4/17-083r4.html#toc20) Schema [here](https://docs.ogc.org/is/17-083r4/17-083r4.html#example-encodings-for-tilesetmetadata-informative) [pygeoapi old metadata endpoint](https://demo.pygeoapi.io/master/collections/lakes/tiles/WorldCRS84Quad/metadata?f=json) :heavy_check_mark: [pygeoapi...

Small update: I just realized that the metadata produced from QGIS is not precisely aligned to what is indicated in the [examples here](https://github.com/qgis/QGIS/blob/master/resources/qgis-resource-metadata.xml). For the parsing, I will consider the...

I found this issue happening again using pg_tileserv. It seems a regression. The issue happening here: https://github.com/geopython/pygeoapi/blob/master/pygeoapi/provider/mvt.py#L257-L274 Where it enters the first block of the `if is_url(self.data):` even if I...

Thanks @doublebyte1 I've added this https://github.com/opengeospatial/ogcapi-records/issues/490

If you have time to do that, that would be great, of course. Thanks!