View source: R/qgis_downloadvectortiles.R
qgis_downloadvectortiles | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Download vector tiles (native:downloadvectortiles). Downloads vector tiles of the input vector tile layer and saves them in the local vector tile file.
qgis_downloadvectortiles(
INPUT = qgisprocess:::qgis_default_value(),
EXTENT = qgisprocess:::qgis_default_value(),
MAX_ZOOM = qgisprocess:::qgis_default_value(),
TILE_LIMIT = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
EXTENT |
|
MAX_ZOOM |
|
TILE_LIMIT |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVectorTile - Output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.