Use an interactive menu to select and download a feature for use in other functions
Author
Pyry Kantanen pyry.kantanen@gmail.com
Examples
if (FALSE) { # \dontrun{
selection <- select_feature(base.url = "https://kartta.hsy.fi/geoserver/wfs")
feature <- get_feature(base.url = "https://kartta.hsy.fi/geoserver/wfs", type_name = selected)
ggplot(feature) +
geom_sf()
} # }
