Skip to content

Commit

Permalink
Table suggestions added
Browse files Browse the repository at this point in the history
  • Loading branch information
selmaVH1 authored and github-actions[bot] committed Jan 18, 2025
1 parent e7ff723 commit 333c9af
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 33 deletions.
79 changes: 46 additions & 33 deletions docs/user_manual/introduction/general_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1297,39 +1297,48 @@ You can achieve this by using the :menuselection:`Style` menu at the bottom
of the Layer Properties dialog. This menu provides you with functions to
create, load and manage styles.

A style stores any information set in the layer properties dialog to render or interact with the layer.
For vector layers, this includes:

* |layerConfiguration|:sup:`Layer Configuration`
* |symbology| :sup:`Symbology`
* |3d| :sup:`3D Symbology`
* |labelingSingle| :sup:`Labels`
* |sourceFields| :sup:`Fields`
* |formView| :sup:`Attributes Form`
* |action| :sup:`Actions`
* |mapTips| :sup:`Map Tips`
* |diagram| :sup:`Diagrams`
* |openTable| :sup:`Attribute Table Configuration`
* |rendering| :sup:`Rendering`
* |options| :sup:`Custom Properties`
* :guilabel:`Geometry Options`
* |relations| :sup:`Relations`
* |temporal| :sup:`Temporal Properties`
* |legend| :sup:`Legend Settings`
* |elevationscale| :sup:`Elevation Properties`
* |indicatorNotes| :sup:`Notes`

For raster layers, this includes:

* |layerConfiguration|:sup:`Layer Configuration`
* |symbology| :sup:`Symbology`
* |mapTips| :sup:`Map Tips`
* |rendering| :sup:`Rendering`
* |options| :sup:`Custom Properties`
* |temporal| :sup:`Temporal Properties`
* |elevationscale| :sup:`Elevation Properties`
* |openTable| :sup:`Attribute Table Configuration`
* |indicatorNotes| :sup:`Notes`
A style stores various information set in the layer or project properties dialog to render or interact with the layer.
This includes:

+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| Category | Vector | Raster |
+==================================================+=============================================+=============================================+
| |layerConfiguration| :sup:`Layer Configuration` | :ref:`project_properties` | :ref:`project_properties` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |symbology| :sup:`Symbology` | :ref:`vector_style_menu` | :ref:`raster_symbology` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |3d| :sup:`3D Symbology` | :ref:`sec_3_d_view` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |labelingSingle| :sup:`Labels` | :ref:`vector_labels_tab` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |sourceFieldsForms| :sup:`Fields` | :ref:`vector_fields_menu` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |formView| :sup:`Attributes Form` | :ref:`vector_attributes_menu` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |action| :sup:`Actions` | :ref:`actions_menu` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |mapTips| :sup:`Map Tips` | :ref:`maptips` | :ref:`raster_display` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |diagram| :sup:`Diagrams` | :ref:`sec_diagram` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |openTable| :sup:`Attribute Table Configuration` | :ref:`sec_attribute_table` | |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |rendering| :sup:`Rendering` | :ref:`vectorrenderingmenu` | :ref:`raster_rendering` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |options| :sup:`Custom Properties` | :ref:`vectorinformationmenu` | :ref:`raster_information` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |digitizing| :sup:`Geometry Options` | :ref:`digitizingmenu` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |relations| :sup:`Relations` | :ref:`vector_relations` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |temporal| :sup:`Temporal Properties` | :ref:`vectortemporalmenu` | :ref:`raster_temporal` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |legend| :sup:`Legend Settings` | :ref:`vectorlegendmenu` | N/A |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |elevationscale| :sup:`Elevation Properties` | :ref:`vectorelevationmenu` | :ref:`raster_elevation` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+
| |indicatorNotes| :sup:`Notes` | :ref:`layer_notes` | :ref:`layer_notes` |
+--------------------------------------------------+---------------------------------------------+---------------------------------------------+



Expand Down Expand Up @@ -2341,6 +2350,8 @@ The values presented in the varying size assistant above will set the size
:width: 1.5em
.. |diagram| image:: /static/common/diagram.png
:width: 2em
.. |digitizing| image:: /static/common/digitizing.png
:width: 1.5em
.. |duplicateLayer| image:: /static/common/mActionDuplicateLayer.png
:width: 1.5em
.. |editCopy| image:: /static/common/mActionEditCopy.png
Expand Down Expand Up @@ -2481,6 +2492,8 @@ The values presented in the varying size assistant above will set the size
:width: 1.5em
.. |sourceFields| image:: /static/common/mSourceFields.png
:width: 1.5em
.. |sourceFieldsForms| image:: /static/common/sourcefieldsandforms.png
:width: 1.5em
.. |stopwatch| image:: /static/common/mIconStopwatch.png
:width: 1.5em
.. |stylePreset| image:: /static/common/stylepreset.png
Expand Down
Binary file added static/common/sourcefieldsandforms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions substitutions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,8 @@
:width: 1.5em
.. |sourceFields| image:: /static/common/mSourceFields.png
:width: 1.5em
.. |sourceFieldsForms| image:: /static/common/sourcefieldsandforms.png
:width: 1.5em
.. |spatialite| image:: /static/common/mIconSpatialite.png
:width: 1.5em
.. |splitFeatures| image:: /static/common/mActionSplitFeatures.png
Expand Down

0 comments on commit 333c9af

Please sign in to comment.