qgis_package | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Package layers (native:package). This algorithm collects a number of existing layers and packages them together into a single GeoPackage database.
qgis_package(
LAYERS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
OVERWRITE = qgisprocess:::qgis_default_value(),
SAVE_STYLES = qgisprocess:::qgis_default_value(),
SAVE_METADATA = qgisprocess:::qgis_default_value(),
SELECTED_FEATURES_ONLY = qgisprocess:::qgis_default_value(),
EXPORT_RELATED_LAYERS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LAYERS |
|
OUTPUT |
|
OVERWRITE |
|
SAVE_STYLES |
|
SAVE_METADATA |
|
SELECTED_FEATURES_ONLY |
|
EXPORT_RELATED_LAYERS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputFile - Destination GeoPackage
OUTPUT_LAYERS - outputMultilayer - Layers within new package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.