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
OGC API Features services provide (and these are accessed by clients) different RESTful metadata resource like meta data about service (landing page), conformance, API definition, collections, queryables etc.
Sometimes it's necessary to call these multiple times in a client session.
To avoid extra calls to HTTP service, simple local in-memory caching is implemented.
The text was updated successfully, but these errors were encountered:
OGC API Features services provide (and these are accessed by clients) different RESTful metadata resource like meta data about service (landing page), conformance, API definition, collections, queryables etc.
Sometimes it's necessary to call these multiple times in a client session.
To avoid extra calls to HTTP service, simple local in-memory caching is implemented.
The text was updated successfully, but these errors were encountered: