add examples in docs
This commit is contained in:
@@ -378,4 +378,8 @@ Data access examples
|
||||
``.../items`` queries which return an alternative representation to GeoJSON (which prompt a download)
|
||||
will have the response filename matching the collection name and appropriate file extension (e.g. ``my-dataset.csv``)
|
||||
|
||||
.. note::
|
||||
provider `id_field` values support slashes (i.e. ``my/cool/identifier``). The client request would then
|
||||
be responsible for encoding the identifier accordingly (i.e. ``http://localhost:5000/collections/foo/items/my%2Fcool%2Fidentifier``)
|
||||
|
||||
.. _`OGC API - Features`: https://www.ogc.org/standards/ogcapi-features
|
||||
|
||||
@@ -96,5 +96,9 @@ Metadata search examples
|
||||
* fetch a specific record
|
||||
* http://localhost:5000/collections/my-metadata/items/123
|
||||
|
||||
.. note::
|
||||
provider `id_field` values support slashes (i.e. ``my/cool/identifier``). The client request would then
|
||||
be responsible for encoding the identifier accordingly (i.e. ``http://localhost:5000/collections/my-metadata/items/my%2Fcool%2Fidentifier``)
|
||||
|
||||
.. _`OGC API - Records`: https://www.ogc.org/standards/ogcapi-records
|
||||
.. _`OGC API - Records GeoJSON Features`: https://raw.githubusercontent.com/opengeospatial/ogcapi-records/master/core/openapi/schemas/recordGeoJSON.yaml
|
||||
|
||||
Reference in New Issue
Block a user