Description Usage Arguments Details Value Examples
List layers have names like "Public_OpenDataWFS:LIST_Cadastral_Parcels", so we have a simple string lookup to find the right layer.
1 | thelist_layer(x, random = FALSE)
|
x |
string pattern to match, e.g. "cadastral" |
random |
allow random selection of one ignoring 'x', 'FALSE' by default |
Approximate matching is used, if you need to be exact look at list_layers and choose it deliberately.
character string, one of list_layers
1 2 3 | thelist_layer("cadastral")
thelist_layer("cadastre")
thelist_layer(random = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.