@@ -53,23 +53,23 @@ API Endpoints
5353
5454**OGC API - Features (primary interface) **
5555
56- +-------------------------------------------+--------+------------------------------ +
57- | Endpoint | Method | Description |
58- +===========================================+========+============================== +
59- | ``/gis/ogc/ `` | GET | OGC API landing page |
60- +-------------------------------------------+--------+------------------------------ +
61- | ``/gis/ogc/conformance `` | GET | OGC conformance classes |
62- +-------------------------------------------+--------+------------------------------ +
63- | ``/gis/ogc/collections `` | GET | List feature collections |
64- +-------------------------------------------+--------+------------------------------ +
65- | ``/gis/ogc/collections/{id} `` | GET | Collection metadata |
66- +-------------------------------------------+--------+------------------------------ +
67- | ``/gis/ogc/collections/{id}/items `` | GET | Feature items (GeoJSON) |
68- +-------------------------------------------+--------+------------------------------ +
69- | ``/gis/ogc/collections/{id}/items/{fid} `` | GET | Single feature |
70- +-------------------------------------------+--------+------------------------------ +
71- | ``/gis/ogc/collections/{id}/qml `` | GET | QGIS style file (extension) |
72- +-------------------------------------------+--------+------------------------------ +
56+ +-------------------------------------------+--------+-----------------------------+
57+ | Endpoint | Method | Description |
58+ +===========================================+========+=============================+
59+ | ``/gis/ogc/ `` | GET | OGC API landing page |
60+ +-------------------------------------------+--------+-----------------------------+
61+ | ``/gis/ogc/conformance `` | GET | OGC conformance classes |
62+ +-------------------------------------------+--------+-----------------------------+
63+ | ``/gis/ogc/collections `` | GET | List feature collections |
64+ +-------------------------------------------+--------+-----------------------------+
65+ | ``/gis/ogc/collections/{id} `` | GET | Collection metadata |
66+ +-------------------------------------------+--------+-----------------------------+
67+ | ``/gis/ogc/collections/{id}/items `` | GET | Feature items (GeoJSON) |
68+ +-------------------------------------------+--------+-----------------------------+
69+ | ``/gis/ogc/collections/{id}/items/{fid} `` | GET | Single feature |
70+ +-------------------------------------------+--------+-----------------------------+
71+ | ``/gis/ogc/collections/{id}/qml `` | GET | QGIS style file (extension) |
72+ +-------------------------------------------+--------+-----------------------------+
7373
7474**Additional endpoints **
7575
0 commit comments