Skip to content

Commit c7f5279

Browse files
committed
chore: update README
1 parent f1bcd45 commit c7f5279

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ OpenStreetMap tiles over North Carolina:
4343

4444
``` r
4545
library(sf)
46-
#> Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE
46+
#> Linking to GEOS 3.13.1, GDAL 3.10.3, PROJ 9.6.0; sf_use_s2() is TRUE
4747
library(maptiles)
4848
# import North Carolina counties
4949
nc_raw <- st_read(system.file("shape/nc.shp", package = "sf"), quiet = TRUE)
@@ -80,7 +80,7 @@ nc_osmpos <- get_tiles(
8080
)
8181
#> Zoom: 7
8282
#> Source(s): © OpenStreetMap contributors © CARTO
83-
#> Cache directory: /tmp/Rtmpfvd4hn/CARTO.POSITRON
83+
#> Cache directory: /tmp/RtmpShod4e/CARTO.POSITRON
8484
#> 8 tiles
8585
#> The resulting raster uses high resolution tiles.
8686
# display map

data-raw/minimaps.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ par(mar = c(0, 0, 0, 0), mfrow = c(8, 4))
2626
for (i in 1:length(providers)) {
2727
t <- get_tiles(nc,
2828
provider = providers[[i]],
29-
zoom = 5, cachedir = "tiles",
29+
zoom = 5, cachedir = "tiles", forceDownload = T,
3030
crop = T, verbose = T, retina = FALSE
3131
)
3232
plot_tiles(t)

man/figures/README-example-1.png

1.11 KB
Loading

man/figures/README-example2-1.png

2.34 KB
Loading

man/figures/README-front.png

-1.6 KB
Loading

0 commit comments

Comments
 (0)