Skip to content

Commit

Permalink
docs(NEWS.md): update changelog with fixes for downloading parks and …
Browse files Browse the repository at this point in the history
…protected areas and correct filename return in `ne_download()`
  • Loading branch information
PMassicotte committed Dec 13, 2024
1 parent dde6538 commit 92e7826
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# rnaturalearth (development version)

- Correctly downloading parks and protected areas (#114)

```r
ne_download(scale = 10, type = "parks_and_protected_lands_line", category = "cultural")
ne_download(scale = 10, type = "parks_and_protected_lands_line", category = "cultural")
ne_download(scale = 10, type = "parks_and_protected_lands_point", category = "cultural")
ne_download(scale = 10, type = "parks_and_protected_lands_scale_rank", category = "cultural")
```

- `rnaturalearth` now requires rnaturalearthdata (>= 1.0.0) and rnaturalearthhires (>= 1.0.0).

-
- correctly returning the filename in `ne_download()` when setting `load = FALSE`

```r
ne_download(
type = "MSR_50M",
category = "raster",
scale = 50,
load = TRUE
load = FALSE
)

```

# rnaturalearth 1.0.1
Expand Down

0 comments on commit 92e7826

Please sign in to comment.