View source: R/get_apicarto_gpu.R
get_gpu_layers | R Documentation |
Helpers that return available GPU layers and their type.
get_gpu_layers(type = NULL)
type |
|
"du"
: "Document d'urbanisme"
"sup"
: "Servitude d'utilité publique"
list
# All layers
names(get_gpu_layers())
# All sup layers
names(get_gpu_layers("generateur"))
# All sup and du layers
names(get_gpu_layers(c("generateur", "prescription")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.