Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed Jan 29, 2025
1 parent c860918 commit 5fb25fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ data-raw
^codemeta\.json$
^CITATION\.cff$
^codecov\.yml$
tiles
^tiles/
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: maptiles
Title: Download and Display Map Tiles
Version: 0.8.0
Version: 0.9.0
Authors@R: c(person(given = "Timothée",
family = "Giraud",
email = "[email protected]",
Expand All @@ -26,7 +26,7 @@ License: GPL-3
Depends:
R (>= 3.5.0)
Imports:
sf (>= 0.9-5),
sf,
curl,
digest,
graphics,
Expand Down
2 changes: 1 addition & 1 deletion data-raw/minimaps.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ par(mar = c(0, 0, 0, 0), mfrow = c(8, 4))
for (i in 1:length(providers)) {
t <- get_tiles(nc,
provider = providers[[i]],
zoom = 6, cachedir = "tiles",
zoom = 5, cachedir = "tiles",
crop = T, verbose = T, retina = FALSE
)
plot_tiles(t)
Expand Down

0 comments on commit 5fb25fe

Please sign in to comment.