Skip to content

Commit

Permalink
Update DXF Export (app and processing) documentation (#8995)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Apr 17, 2024
2 parents 4b28814 + 5b41d73 commit 93ef0bd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/documentation_guidelines/writing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ guidelines:
LayoutItem ``layoutitem``
Color ``color``
Scale ``scale``
Map theme ``map theme``
======================================== ========================= ====================


Expand Down
10 changes: 6 additions & 4 deletions docs/user_manual/managing_data_source/create_layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vectormetadatamenu>`
or :ref:`server <vectorservermenu>` 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:

Expand Down
Binary file modified docs/user_manual/managing_data_source/img/export_dxf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion docs/user_manual/processing_algs/qgis/vectorgeneral.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand All @@ -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]
Expand Down

0 comments on commit 93ef0bd

Please sign in to comment.