View source: R/qgis_writevectortiles_xyz.R
qgis_writevectortiles_xyz | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Write Vector Tiles (XYZ) (native:writevectortiles_xyz). This algorithm exports one or more vector layers to vector tiles - a data format optimized for fast map rendering and small data size.
qgis_writevectortiles_xyz(
OUTPUT_DIRECTORY = qgisprocess:::qgis_default_value(),
XYZ_TEMPLATE = qgisprocess:::qgis_default_value(),
LAYERS = qgisprocess:::qgis_default_value(),
MIN_ZOOM = qgisprocess:::qgis_default_value(),
MAX_ZOOM = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
OUTPUT_DIRECTORY |
|
XYZ_TEMPLATE |
|
LAYERS |
|
MIN_ZOOM |
|
MAX_ZOOM |
|
EXTENT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT_DIRECTORY - outputFolder - Output directory
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.