File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,10 @@ require("sf")
5151
5252nc = st_read(system.file("gpkg/nc.gpkg", package = "sf"), quiet = TRUE)
5353
54- ol() %>% add_stamen_tiles("terrain") %>%
55- add_vector_data(nc)
54+ ol() %>% add_stamen_tiles("watercolor") %>%
55+ add_stamen_tiles("terrain-labels") %>%
56+ add_vector_data(nc) %>%
57+ add_overview_map()
5658```
5759
5860## Documentation
Original file line number Diff line number Diff line change @@ -42,8 +42,10 @@ require("sf")
4242
4343nc = st_read(system.file(" gpkg/nc.gpkg" , package = " sf" ), quiet = TRUE )
4444
45- ol() %> % add_stamen_tiles(" terrain" ) %> %
46- add_vector_data(nc )
45+ ol() %> % add_stamen_tiles(" watercolor" ) %> %
46+ add_stamen_tiles(" terrain-labels" ) %> %
47+ add_vector_data(nc ) %> %
48+ add_overview_map()
4749```
4850
4951Documentation
You can’t perform that action at this time.
0 commit comments