View source: R/qgis_extractlabels.R
qgis_extractlabels | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Extract labels (native:extractlabels). Converts map labels to a point layer with relevant details saved as attributes. This algorithm extracts label information from a rendered map at a given extent and scale. If a map theme is provided, the rendered map will match the visibility and symbology of that theme. If left blank, all visible layers from the project will be used. Extracted label information include: position (served as point geometries), the associated layer name and feature ID, label text, rotation (in degree, clockwise), multiline alignment, and font details. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_extractlabels(
EXTENT = qgisprocess:::qgis_default_value(),
SCALE = qgisprocess:::qgis_default_value(),
MAP_THEME = qgisprocess:::qgis_default_value(),
INCLUDE_UNPLACED = qgisprocess:::qgis_default_value(),
DPI = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
EXTENT |
|
SCALE |
|
MAP_THEME |
|
INCLUDE_UNPLACED |
|
DPI |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Extracted labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.