-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Labels
View-modeView mode issuesView mode issues
Description
(The code below worked in tmap3 and many tmap4 versions)
library(tmap)
tmap_mode("view")
#> ℹ tmap mode set to "view".
tm_basemap(c(StreetMap = "OpenStreetMap", TopoMap = "OpenTopoMap")) +
tm_shape(metro) +
tm_bubbles(size = "pop2020")
#> Input to asJSON(keep_vec_names=TRUE) is a named vector. In a future version of jsonlite, this option will not be supported, and named vectors will be translated into arrays instead of objects. If you want JSON object output, please use a named list instead. See ?toJSON.
#> Input to asJSON(keep_vec_names=TRUE) is a named vector. In a future version of jsonlite, this option will not be supported, and named vectors will be translated into arrays instead of objects. If you want JSON object output, please use a named list instead. See ?toJSON.
Created on 2025-07-25 with reprex v2.1.1
Metadata
Metadata
Assignees
Labels
View-modeView mode issuesView mode issues