We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e050e9 commit 8396dc5Copy full SHA for 8396dc5
2 files changed
docs/source/data-publishing/ogcapi-features.rst
@@ -39,7 +39,7 @@ parameters.
39
.. note::
40
41
* All Providers that support `bbox` also support the `bbox-crs` parameter. `bbox-crs` is handled within pygeoapi core.
42
- * All Providers support the `crs` parameter to reproject (transform) response data. Some, like PostgreSQL and OGR, perform this natively: '✅n'.
+ * All Providers support the `crs` parameter to reproject (transform) response data. Some, like PostgreSQL and OGR, perform this natively.
43
44
45
Connection examples
docs/source/data-publishing/ogcapi-records.rst
@@ -18,9 +18,9 @@ parameters.
18
:header: Provider, properties (filters), resulttype, q, bbox, datetime, sortby, properties (display), domains, CQL, transactions
19
:align: left
20
21
- `ElasticsearchCatalogue`_,✅,results/hits,✅,✅,✅,✅,✅,✅,✅
22
- `TinyDBCatalogue`_,✅,results/hits,✅,✅,✅,✅,❌,✅,✅,✅,✅
23
- `CSWFacade`_,✅,results/hits,✅,✅,✅,❌,❌,✅,❌,❌
+ `ElasticsearchCatalogue`_,✅,results/hits,✅,✅,✅,✅,✅,✅,✅,✅
+ `TinyDBCatalogue`_,✅,results/hits,✅,✅,✅,✅,❌,✅,✅,✅
+ `CSWFacade`_,✅,results/hits,✅,✅,✅,✅,❌,✅,❌,❌
24
25
26
Below are specific connection examples based on supported providers.
0 commit comments