View source: R/qgis_stylefromproject.R
qgis_stylefromproject | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create style database from project (native:stylefromproject). Creates a style database by extracting all symbols, color ramps, text formats and label settings from a QGIS project. This algorithm extracts all style objects (including symbols, color ramps, text formats and label settings) from a QGIS project. The extracted symbols are saved to a QGIS style database (XML format), which can be managed and imported via the Style Manager dialog.
qgis_stylefromproject(
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.