Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Maximum number of GetFeatureInfo results in WMS connection dialog" #9539

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/user_manual/working_with_ogc/img/add_connection_wms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion docs/user_manual/working_with_ogc/ogc_client_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,15 @@ You then need to create connections to the server you are targeting:
allows to scale up or down the tiles based on the device screen DPI.
Available options are :guilabel:`Undefined (not scaled)`,
:guilabel:`Standard (96 DPI)` and :guilabel:`High (192 DPI)`.

.. _max_feature_count:

* :guilabel:`Maximum number of GetFeatureInfo results`: specifies a default value
for the maximum number of results returned per layer by a GetFeatureInfo request
using this connection (see :ref:`FEATURE_COUNT <wms_featurecount>` parameter).
Default value is ``10``.
Set to ``0`` to use server default value (usually ``1``): no FEATURE_COUNT parameter will be added to the request.

* |unchecked| :guilabel:`Ignore GetMap/GetTile/GetLegendGraphic URI reported in capabilities`:
if checked, use given URI from the :guilabel:`URL` field above.
* |unchecked| :guilabel:`Ignore GetFeatureInfo URI reported in capabilities`:
Expand Down Expand Up @@ -311,7 +320,9 @@ You can define:
* :guilabel:`Request step size`: if you want to reduce the effect of cut labels at tile borders,
increasing the step size creates larger requests, fewer tiles and fewer borders.
The default value is 2000.
* The :guilabel:`Maximum number of GetFeatureInfo results` from the server
* The :guilabel:`Maximum number of GetFeatureInfo results`: specifies the maximum number of results
returned by a GetFeatureInfo request, for the layer(s) being loaded.
Allows to override the :ref:`connection's default value <max_feature_count>` for specific layers.

* Each WMS layer can be presented in multiple CRSs, depending on the capability of
the WMS server. If you select a WMS from the list, a field with the default projection
Expand Down
Loading