Description Usage Arguments Value Examples
Returns all OSM features within a bounding box
1 | readOSMFiles(bbox)
|
bbox |
bounding box. Must be ordered like this: left, bottom, right top |
list of requested features cropped by the bounding box.
1 2 3 4 5 6 | ## Not run:
track = readGPXFile("./inst/extdata/track_run.gpx")
bbox <- st_bbox(track)
osm_features = readOSMFiles(bbox)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.