Skip to content

Commit

Permalink
Remove base map
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed May 8, 2024
1 parent 43a6317 commit f9fbda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/tmap_vv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ In the next example we have three layers: a basemap from OpenTopoMap, country po

```{r}
if (requireNamespace("maptiles")) {
tm_basemap(server = "OpenTopoMap", zoom = 2, alpha = 0.5) +
# tm_basemap(server = "OpenTopoMap", zoom = 2, alpha = 0.5) +
tm_shape(World, bbox = sf::st_bbox(c(xmin = -180, xmax = 180, ymin = -86, ymax = 86))) +
tm_polygons(fill = NA, col = "black") +
tm_shape(metro) +
Expand Down

0 comments on commit f9fbda7

Please sign in to comment.