View source: R/qgis_combinestyles.R
qgis_combinestyles | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Combine style databases (native:combinestyles). Combines multiple style databases into a single database. This algorithm combines multiple QGIS style databases into a single style database. If any symbols exist with duplicate names between the different source databases these will be renamed to have unique names in the output combined database.
qgis_combinestyles(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
OBJECTS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT |
|
OBJECTS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
COLORRAMPS - outputNumber - Color ramp count
LABELSETTINGS - outputNumber - Label settings count
OUTPUT - outputFile - Output style database
SYMBOLS - outputNumber - Symbol count
TEXTFORMATS - outputNumber - Text format count
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.