Skip to content

Commit f0259cc

Browse files
committed
Move optional metadata items to correct sections
1 parent 892a60f commit f0259cc

1 file changed

Lines changed: 36 additions & 10 deletions

File tree

en/ogc/ogc_api.txt

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,6 @@ Metadata
238238
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
239239
| max_limit | Map, Layer | map or layer-level maximum limit value (integer) |
240240
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
241-
| use_default_extent_for_getfeature | Layer | (since 8.4) Use ``MAP`` ``EXTENT`` as a spatial filter if no bbox is in the request. |
242-
| (optional) | | Setting to ``"false"`` can improve performance. |
243-
| | | See also :ref:`wfs_use_default_extent_for_getfeature`. |
244-
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
245-
| features_cache_count | Map, Layer | (since 8.8) Number of features to cache. |
246-
| (optional) | | See :ref:`wfs_features_cache_count` for details. |
247-
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
248-
| features_cache_size | Map, Layer | (since 8.8) Size of cache in bytes. |
249-
| (optional) | | See :ref:`wfs_features_cache_size` for details. |
250-
+--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
251241

252242
Example OGC API Server Mapfile
253243
******************************
@@ -532,6 +522,26 @@ Web Object Metadata
532522
The extra parameters are available in HTML templates for the OGC Features API as ``{{ template.extra_params }}``.
533523
The templates supplied in the MapServer repository append this value to all URLs by default.
534524

525+
.. index::
526+
triple: OGCAPI; METADATA; oga_features_cache_count
527+
528+
**oga_features_cache_count**
529+
530+
.. versionadded:: 8.8.0
531+
532+
- *Description:* (Optional) (or ``ows_features_cache_count``)
533+
Number of features to cache. See :ref:`wfs_features_cache_count` for details.
534+
535+
.. index::
536+
triple: OGCAPI; METADATA; oga_features_cache_size
537+
538+
**oga_features_cache_size**
539+
540+
.. versionadded:: 8.8.0
541+
542+
- *Description:* (Optional) (or ``ows_features_cache_size``)
543+
Size of cache in bytes. See :ref:`wfs_features_cache_size` for details.
544+
535545
.. index::
536546
triple: OGCAPI; METADATA; ows_schemas_location
537547

@@ -616,3 +626,19 @@ Web Object Metadata
616626
"oga_geometry_format" "geometry-polygon-or-multipolygon"
617627
END
618628
END
629+
630+
.. index::
631+
triple: OGCAPI; METADATA; oga_use_default_extent_for_getfeature
632+
633+
Layer Object Metadata
634+
---------------------
635+
636+
**oga_use_default_extent_for_getfeature**
637+
638+
.. versionadded:: 8.4.0
639+
640+
- *Description:* (Optional) (or ``ows_use_default_extent_for_getfeature``)
641+
Use ``MAP`` ``EXTENT`` as a spatial filter if no bbox is in the request.
642+
Setting to ``"false"`` can improve performance. See WFS equivalent
643+
at :ref:`wfs_use_default_extent_for_getfeature`.
644+

0 commit comments

Comments
 (0)