You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain that the modular APIs allow for combining modules for OGC API Features and OGC API Coverage to get the same functionality.
Add an explanation in "Overview/Relationship to other OGC API standards"
"In order to offer an equivalent mechanism of GetFeatureInfo you should implement this and that requirements class in the OGC API this and that..."
For collections that offer items:
I/J should be transformed to long/lat WGS84 in the client side and support the BBOX query of a single point like the /collections/{collectionId}/items?bbox=lon,lat,lon,lat
For collections that are offered as coverages:
/collections/{collectionId}/coverage?bbox=lon,lat,lon,lat
(opengeospatial/ogcapi-coverages#112)
The text was updated successfully, but these errors were encountered:
Explain that the modular APIs allow for combining modules for OGC API Features and OGC API Coverage to get the same functionality.
Add an explanation in "Overview/Relationship to other OGC API standards"
"In order to offer an equivalent mechanism of GetFeatureInfo you should implement this and that requirements class in the OGC API this and that..."
For collections that offer items:
I/J should be transformed to long/lat WGS84 in the client side and support the BBOX query of a single point like the /collections/{collectionId}/items?bbox=lon,lat,lon,lat
For collections that are offered as coverages:
/collections/{collectionId}/coverage?bbox=lon,lat,lon,lat
(opengeospatial/ogcapi-coverages#112)
The text was updated successfully, but these errors were encountered: