Skip to content

Commit

Permalink
Tweaks wms services description
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Nov 6, 2023
1 parent 1bb3456 commit 8d86690
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/server_manual/services/wms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ WMS 1.1.1 and 1.3.0 specifications:
":ref:`SERVICE <services_basics_service>`", "Yes", "Name of the service (**WMS**)"
":ref:`REQUEST <services_basics_request>`", "Yes", "Name of the request (**GetMap**)"
":ref:`VERSION <wms_version>`", "Yes", "Version of the service"
":ref:`LAYERS <wms_layers>` ", "No", "Layers to display"
":ref:`LAYERS <wms_layers>`", "No", "Layers to display"
":ref:`STYLES <wms_styles>`", "No", "Layers' style"
":ref:`SRS / CRS <wms_srs>`", "Yes", "Coordinate reference system"
":ref:`BBOX <wms_bbox>`", "Yes", "Map extent"
Expand Down Expand Up @@ -173,13 +173,10 @@ Names have to be separated by a comma.

In addition, QGIS Server introduced some options to select layers by:

* the layer id: the project option allowing to select layers by their id
is in :menuselection:`QGIS Server --> WMS` tab of the :menuselection:`Project --> Properties...` dialog.
Check the :guilabel:`Use layer ids as names` checkbox to activate this option.
* a :ref:`short name <services_basics_short_name>`
* the layer id

The project option allowing to select layers by their
id is in :menuselection:`QGIS Server --> WMS` tab of the
:menuselection:`Project --> Properties...` dialog.
Check the :guilabel:`Use layer ids as names` checkbox to activate this option.

.. code-block:: bash
Expand Down Expand Up @@ -817,7 +814,7 @@ WMS 1.1.1 and 1.3.0 specifications:
":ref:`SERVICE <services_basics_service>`", "Yes", "Name of the service (**WMS**)"
":ref:`REQUEST <services_basics_request>`", "Yes", "Name of the request (**GetLegendGraphic**)"
":ref:`VERSION <wms_version>`", "No", "Version of the service"
":ref:`LAYERS <wms_layers>` ", "Yes", "Layers to display"
":ref:`LAYERS <wms_layers>`", "Yes", "Layers to display"
":ref:`STYLES <wms_styles>`", "No", "Layers' style"
":ref:`SRS / CRS <wms_srs>`", "No", "Coordinate reference system"
":ref:`BBOX <wms_getlegendgraphic_bbox>`", "No", "Map extent"
Expand Down

0 comments on commit 8d86690

Please sign in to comment.