@@ -235,16 +235,6 @@ Metadata
235235 +--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
236236 | max_limit | Map, Layer | map or layer-level maximum limit value (integer) |
237237 +--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
238- | use_default_extent_for_getfeature | Layer | (since 8.4) Use ``MAP`` ``EXTENT`` as a spatial filter if no bbox is in the request. |
239- | (optional) | | Setting to ``"false"`` can improve performance. |
240- | | | See also :ref:`wfs_use_default_extent_for_getfeature`. |
241- +--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
242- | features_cache_count | Map, Layer | (since 8.8) Number of features to cache. |
243- | (optional) | | See :ref:`wfs_features_cache_count` for details. |
244- +--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
245- | features_cache_size | Map, Layer | (since 8.8) Size of cache in bytes. |
246- | (optional) | | See :ref:`wfs_features_cache_size` for details. |
247- +--------------------------------------+---------------------+---------------------------------------------------------------------------------------------+
248238
249239Example OGC API Server Mapfile
250240******************************
@@ -526,6 +516,26 @@ Web Object Metadata
526516 The extra parameters are available in HTML templates for the OGC Features API as ``{{ template.extra_params }}``.
527517 The templates supplied in the MapServer repository append this value to all URLs by default.
528518
519+ .. index::
520+ triple: OGCAPI; METADATA; oga_features_cache_count
521+
522+ **oga_features_cache_count**
523+
524+ .. versionadded:: 8.8.0
525+
526+ - *Description:* (Optional) (or ``ows_features_cache_count``)
527+ Number of features to cache. See :ref:`wfs_features_cache_count` for details.
528+
529+ .. index::
530+ triple: OGCAPI; METADATA; oga_features_cache_size
531+
532+ **oga_features_cache_size**
533+
534+ .. versionadded:: 8.8.0
535+
536+ - *Description:* (Optional) (or ``ows_features_cache_size``)
537+ Size of cache in bytes. See :ref:`wfs_features_cache_size` for details.
538+
529539.. index::
530540 triple: OGCAPI; METADATA; ows_schemas_location
531541
@@ -538,3 +548,18 @@ Web Object Metadata
538548 the family of OGC API JSON Schema files are located. This must be a valid URL
539549 where the actual .yaml files are located if you want your OpenAPI description
540550 to be valid. Default is *http://schemas.opengis.net*
551+
552+ .. index::
553+ triple: OGCAPI; METADATA; oga_use_default_extent_for_getfeature
554+
555+ Layer Object Metadata
556+ ---------------------
557+
558+ **oga_use_default_extent_for_getfeature**
559+
560+ .. versionadded:: 8.4.0
561+
562+ - *Description:* (Optional) (or ``ows_use_default_extent_for_getfeature``)
563+ Use ``MAP`` ``EXTENT`` as a spatial filter if no bbox is in the request.
564+ Setting to ``"false"`` can improve performance. See WFS equivalent
565+ at :ref:`wfs_use_default_extent_for_getfeature`.
0 commit comments