You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
* The default directory used to store `.osm.pbf` and `.gpkg` files downloaded or created by this package has changed from `tempdir()` to `tools::R_user_dir("osmextract", "data")` ([#302](https://github.com/ropensci/osmextract/issues/302)).
6
6
* Bump minimum R version to 4.1.0 because that's a requirement for one of our indirect dependencies (i.e. svglite). This also ensures that we can properly use `tools::R_user_dir()` since that function was introduced in R 4.0.0 ([#302](https://github.com/ropensci/osmextract/issues/302)).
7
-
* Updated the behaviour of the `oe_get` function when a `sf/sfc/bbox` is provided as input for `place`. If `boundary` is not provided, it is automatically set to match `place` so only the relevant portion of the extract is processed.
7
+
* Updated the behaviour of the `oe_get()` and related functions (`oe_get_boundary()`, `oe_get_network()`, ...) when a `sf/sfc/bbox` is provided as input for `place`. If `boundary` is not `NA`, it is automatically set to match `place` so only the relevant portion of the extract is processed ([#313](https://github.com/ropensci/osmextract/issues/313)). Thanks to @juanfonsecaLS1.
0 commit comments