diff --git a/docs/documentation_guidelines/writing.rst b/docs/documentation_guidelines/writing.rst index bed7a2be72d..1505e9e632b 100644 --- a/docs/documentation_guidelines/writing.rst +++ b/docs/documentation_guidelines/writing.rst @@ -680,6 +680,7 @@ guidelines: LayoutItem ``layoutitem`` Color ``color`` Scale ``scale`` + Map theme ``map theme`` ======================================== ========================= ==================== diff --git a/docs/user_manual/managing_data_source/create_layers.rst b/docs/user_manual/managing_data_source/create_layers.rst index ed3897be49e..0474d75861f 100644 --- a/docs/user_manual/managing_data_source/create_layers.rst +++ b/docs/user_manual/managing_data_source/create_layers.rst @@ -526,11 +526,13 @@ In the :guilabel:`DXF Export` dialog: Optionally, you can also choose to: -* |checkbox| :guilabel:`Use the layer title as name if set` instead of the - layer name itself; -* |checkbox| :guilabel:`Export features intersecting the current map extent`; +* |unchecked| :guilabel:`Use the layer title as name if set` instead of the + layer name itself: the title is taken from the :ref:`metadata ` + or :ref:`server ` properties of the layer; +* |unchecked| :guilabel:`Export features intersecting the current map extent`; * |unchecked| :guilabel:`Force 2d output (eg. to support polyline width)`; -* |checkbox| :guilabel:`Export label as MTEXT elements` or TEXT elements. +* |checkbox| :guilabel:`Export label as MTEXT elements` or TEXT elements; +* |unchecked| :guilabel:`Use only selected features`. .. _figure_create_dxf: diff --git a/docs/user_manual/managing_data_source/img/export_dxf.png b/docs/user_manual/managing_data_source/img/export_dxf.png index e268d295d07..55158796632 100644 Binary files a/docs/user_manual/managing_data_source/img/export_dxf.png and b/docs/user_manual/managing_data_source/img/export_dxf.png differ diff --git a/docs/user_manual/processing_algs/qgis/vectorgeneral.rst b/docs/user_manual/processing_algs/qgis/vectorgeneral.rst index 15a7af89f37..00e189cefb5 100644 --- a/docs/user_manual/processing_algs/qgis/vectorgeneral.rst +++ b/docs/user_manual/processing_algs/qgis/vectorgeneral.rst @@ -1035,6 +1035,12 @@ Parameters Default: 1:1 000 000 - Default scale of data export. + * - **Map theme** + + Optional + - ``MAP_THEME`` + - [map theme] + - Match layer styling to the provided map theme. * - **Encoding** - ``ENCODING`` - [enumeration] @@ -1043,6 +1049,13 @@ Parameters - ``CRS`` - [crs] - Choose the CRS for the output layer. + * - **Extent** + + Optional + - ``EXTENT`` + - [extent] + - Limit exported features to those with geometries intersecting the + provided extent. * - **Use layer title as name** - ``USE_LAYER_TITLE`` - [boolean] @@ -1060,8 +1073,14 @@ Parameters - ``MTEXT`` - [boolean] - Default: False + Default: True - Exports labels as MTEXT or TEXT elements + * - **Use only selected features** + - ``SELECTED_FEATURES_ONLY`` + - [boolean] + + Default: False + - Exports only the selected features. * - **DXF** - ``OUTPUT`` - [file]