argentum_import_wfs_layer | R Documentation |
Import WFS Layer
argentum_import_wfs_layer(wfs_url, layer_name)
wfs_url |
The URL of the WFS service |
layer_name |
The name of the layer to import |
An sf object
tryCatch({
sf_layer <- argentum_import_wfs_layer("http://example.com/wfs", "example_layer")
print(sf_layer)
}, error = function(e) {
message("Error occurred: ", e$message)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.