Replies: 1 comment
-
There's a longer discussion about this. You could start here: opengeospatial/ogcapi-common#91 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As seen here: https://github.com/geopython/pygeoapi/blob/master/pygeoapi/api/__init__.py#L982-L994
The returned BBOX of a collection is a list of BBOXES. How is that meant to be used?
I understand that as the possibility to deliver BBOX in different projections like it is done in old WxS XMLs...
However, as far as I see it structure wise currently we can deliver multiple BBOXes but only one CRS. Right? Is this a bug?
Currently an exemplaric response on
collections/<collection_id>?f=json
looks like:Or is the response meant to deliver multiple BBOXes in the same CRS. If that is the case, what would be the usecase for that?
Beta Was this translation helpful? Give feedback.
All reactions