View source: R/qgis_layertobookmarks.R
qgis_layertobookmarks | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Convert layer to spatial bookmarks (native:layertobookmarks). Converts feature extents to stored spatial bookmarks. This algorithm creates spatial bookmarks corresponding to the extent of features contained in a layer.
qgis_layertobookmarks(
INPUT = qgisprocess:::qgis_default_value(),
DESTINATION = qgisprocess:::qgis_default_value(),
NAME_EXPRESSION = qgisprocess:::qgis_default_value(),
GROUP_EXPRESSION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
DESTINATION |
|
NAME_EXPRESSION |
|
GROUP_EXPRESSION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
COUNT - outputNumber - Count of bookmarks added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.