Description Usage Arguments Value Author(s) See Also Examples
View source: R/get_feature_list.R
Use an interactive menu to select and download a feature for use in other functions
1 | select_feature(base.url = NULL, get = FALSE)
|
base.url |
WFS url, for example "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx" |
get |
Should the selected feature be downloaded? Default is |
feature Title (character) or feature object (sf), if get
parameter is TRUE
Pyry Kantanen <pyry.kantanen@gmail.com>
1 2 3 4 5 6 7 8 | ## Not run:
url <- "https://opaskartta.turku.fi/TeklaOGCWeb/WFS.ashx"
selection <- select_feature(base.url = url)
feature <- get_feature(base.url = url, type_name = selected)
ggplot(feature) +
geom_sf()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.