diff --git a/en/images/custom_svg_symbols.gif b/en/images/custom_svg_symbols.gif new file mode 100644 index 000000000..57582d5b9 Binary files /dev/null and b/en/images/custom_svg_symbols.gif differ diff --git a/en/images/drop_down_svg_menu.png b/en/images/drop_down_svg_menu.png new file mode 100644 index 000000000..800bc29f0 Binary files /dev/null and b/en/images/drop_down_svg_menu.png differ diff --git a/en/images/symbol_layer_panel.png b/en/images/symbol_layer_panel.png new file mode 100644 index 000000000..7c97bb231 Binary files /dev/null and b/en/images/symbol_layer_panel.png differ diff --git a/en/images/symbol_layer_type.png b/en/images/symbol_layer_type.png new file mode 100644 index 000000000..923915cc8 Binary files /dev/null and b/en/images/symbol_layer_type.png differ diff --git a/en/project-management/android-data-structure.rst b/en/project-management/android-data-structure.rst index dae9f2540..8479aa196 100644 --- a/en/project-management/android-data-structure.rst +++ b/en/project-management/android-data-structure.rst @@ -1,8 +1,41 @@ Custom SVG symbols and settings ================================== -In the about dialog you can see where the shared folders are on your device. +From QGIS 3.6 Noosa it is possible to embed SVG symbols within QGIS projects. -If you want to use custom symbols you need to put them there using a file manager. +1. Choose the layer which will support SVG symbology and open its properties dialog. +2. Open the section Symbology in :menuselection: `Properties --> Symbology`. +3. In the **Symbol Layer Panel** choose Simple marker. + +.. container:: clearer text-center + + .. figure:: ../images/symbol_layer_panel.png + :width: 500px + :alt: Identify and readonly configuration + +4. Change the Symbol layer type in :menuselection: `Symbol layer type --> SVG marker`. + +.. container:: clearer text-center + + .. figure:: ../images/symbol_layer_type.png + :width: 500px + :alt: Identify and readonly configuration + +5. Scroll down the bottom panel. +6. Click on the right side of the file selection button to open the drop down menu. + +.. container:: clearer text-center + + .. figure:: ../images/drop_down_svg_menu.png + :width: 500px + :alt: Identify and readonly configuration + +7. Select Embed File and choose the SVG file in the file selection dialog. +8. Apply the changes and click OK. + +.. container:: clearer text-center + + .. figure:: ../images/custom_svg_symbols.gif + :width: 500px + :alt: Identify and readonly configuration -*Warning* : some apps may block your access to svg folder. On Samsung devices, you have to deactivate Samsung "Secured Folder" app in order to access to the svg folder. Otherwise, this folder is hidden.