Jo

Results 71 comments of Jo

> I have a question regarding how styles should be configured in the pygeoapi configuration YAML file. Specifically, how should styles be associated with a collection? > > For example,...

@Youssef-Harby: sure, based on your example, I was thinking of something like this (but open to feedback!): 😁 ``` bathingwater-estonia: type: collection title: Bathing water sources description: Data of bathing...

@tomkralidis what do you think? :-)

These are some topics that came out of the discussions during the code sprint: * Future code Sprint (or code sprint track) focused on CartoSym * Work on an OGC...

@simonseyock I created a separated issue to discuss this problem: https://github.com/geopython/pygeoapi/issues/1583 . Just to be clear: this issue was not introduced by this PR. The same behavior happens with: https://github.com/geopython/pygeoapi/pull/1473

I think we need to wait for the CITE team to sort out this issue: https://github.com/opengeospatial/ets-ogcapi-tiles10/issues/28

Hi @tomkralidis! > @doublebyte1 @PascalLike I tested both https://demo.pygeoapi.io/cite and a local pygeoapi build (based on the setup / instructions documented in https://github.com/geopython/pygeoapi/wiki/OGCCompliance), against a local master branch build of...

> * 0/2147483647/2147483647 I am assuming you are testing [this](https://demo.pygeoapi.io/cite/collections/lakes) collection on the cite instance. In that case, the url template would be: https://demo.pygeoapi.io/cite/collections/lakes/tiles/WebMercatorQuad/{tileMatrix}/{tileRow}/{tileCol}?f=pbf This should trigger a `200` response:...

> @doublebyte1 for the first issue, it was a copy/paste error on my part (I've updated https://github.com/geopython/pygeoapi/wiki/OGCCompliance#ogc-api---tiles accordingly). > > For the second 404, this is maybe not an ETS...

> * demo.pygeoapi.io/cite @tomkralidis I tried to run the dockerized version of the test suite, but failed with this error: https://github.com/opengeospatial/ets-ogcapi-tiles10/issues/37