osm_bind | R Documentation |
An OSM query returns a list of SFs of different types. This function binds the ones you want together. If a requested geometry is NULL it will not be returned, obviously. You need to use a CRS with latitude and longitude, not decimal degrees.
osm_bind(sf_list, types, crs = 4326)
sf_list |
( |
types |
(character vector) which SF types do you want. Valid options: lines, points, polygons, multilines, multipolygons |
crs |
(numeric, default = 4326) which CRS should the result be?
|
a sf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.