Description Usage Arguments Value Examples
Helper function creating a list of OSM features to be queries
1 | FeatureList(maptype = "building", layers = NULL)
|
x, |
object of class |
... |
further arguments passed to |
A nested list
with layers and key-value-lists per layer.
1 2 3 | FeatureList(maptype = "building")
FeatureList(maptype = "street")
FeatureList(maptype = NULL, layers = c("buildings"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.