View source: R/ll_osm_download.R
ll_osm_extract_it | R Documentation |
See ll_osm_it_gpkg
for all available files.
ll_osm_extract_it(
level = "comuni",
name = NULL,
code = NULL,
layer = "lines",
quiet = FALSE
)
level |
One of "regioni", "provincie", "comuni". Defaults to "comuni". |
name |
Name of geographic entity. Check |
code |
Used in alternative to name. Check |
layer |
Defaults to "lines". Must be one of "points", "lines", "multilinestrings", "multipolygons", or "other_relations" |
quiet |
Logical, defaults to FALSE. If TRUE, supresses messages generated when reading the geopackage file. |
An sf object.
## Not run:
ll_osm_extract_it(level = "comuni", name = "Trento")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.