-
Notifications
You must be signed in to change notification settings - Fork 5
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
Full client-side support for calling OGC API Features service according to Part 1 + 2 #9
Comments
Checking conformance class was made easier by #169. For BETA-version 0.12.0 targeting client-side support as identified by standard conformance classes:
|
Changes on classes:
|
… in Links class + change items property to all #9 BREAKING CHANGE: items property meaning was changed in Links class
…g work whether endpoint ends to / or not #9
…ture service to common service #9
Support for OGC API Features Part 1 + Part 2 should be quite well for accessing JSON metadata and GeoJSON geospatial feature collections (and also OpenAPI document accessible as a parsed JSON Object tree). Implemented in pre-release 0.12.0-dev.0 of geodata 0.12.0. |
…ts 1, 2 and 3 of OGC API Features #9
OGC API Features client is implemented by
OGCAPIFeatures
class.Support for the OGC API Features standard, parts 1 + 2, is not yet complete.
Complete support with some tests included.
About standard:
https://ogcapi.ogc.org/features/
https://github.com/opengeospatial/ogcapi-features
The text was updated successfully, but these errors were encountered: