From fcc135f89dbc17793184ab90afefc9027523439d Mon Sep 17 00:00:00 2001 From: sethg Date: Fri, 24 Jul 2026 20:58:37 +0200 Subject: [PATCH] Add note about TOLERANCE and OGC API - Features requests --- en/mapfile/layer.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en/mapfile/layer.txt b/en/mapfile/layer.txt index c0cf54e325e..f8bf55adf0d 100644 --- a/en/mapfile/layer.txt +++ b/en/mapfile/layer.txt @@ -1876,14 +1876,14 @@ TILESRS [attribute] .. _TOLERANCE: TOLERANCE [double] - Sensitivity for point based queries (i.e. via mouse and/or map - coordinates). Given in TOLERANCEUNITS. If the layer is a POINT or a LINE, - the default is 3. For all other layer types, the default is 0. To - restrict polygon searches so that the point must occur in the polygon - set the tolerance to zero. This setting does not apply to WFS GetFeature - operations. - - .. note:: Starting with MapServer 8.6, the TOLERANCE value can also be + Sensitivity for point-based queries (i.e. via mouse and/or map + coordinates). Given in :ref:`TOLERANCEUNITS `. + If the layer is a POINT or a LINE, the default is 3. For all other layer types, the default is 0. + To restrict polygon searches so that the point must occur in the polygon, + set the tolerance to zero. This setting does not apply to WFS GetFeature operations + or OGC API - Features requests. + + .. note:: Starting with MapServer 8.6, the ``TOLERANCE`` value can also be defined as a :ref:`child of an IDENTIFY block `. .. index::