View source: R/qgis_printlayoutmapextenttolayer.R
qgis_printlayoutmapextenttolayer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Print layout map extent to layer (native:printlayoutmapextenttolayer). Creates a polygon layer containing the extent of a print layout map item. This algorithm creates a polygon layer containing the extent of a print layout map item (or items), with attributes specifying the map size (in layout units), scale and rotation. If the map item parameter is specified, then only the matching map extent will be exported. If it is not specified, all map extents from the layout will be exported. Optionally, a specific output CRS can be specified. If it is not specified, the original map item CRS will be used.
qgis_printlayoutmapextenttolayer(
LAYOUT = qgisprocess:::qgis_default_value(),
MAP = qgisprocess:::qgis_default_value(),
CRS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYOUT |
|
MAP |
|
CRS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
HEIGHT - outputNumber - Map height
OUTPUT - outputVector - Extent
ROTATION - outputNumber - Map rotation
SCALE - outputNumber - Map scale
WIDTH - outputNumber - Map width
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.