tmap icon indicating copy to clipboard operation
tmap copied to clipboard

R package for thematic maps

Results 175 tmap issues
Sort by recently updated
recently updated
newest added

Hello there, thanks 4 the work! I have to rewrite my code for V4 actualization, and i have some issues. First one is how can i change the pallete and...

Hi there, what happened to the bg.color parameter in V4 for say tm_text? It says this is now deprecated. How does one put a background color against text now?

question

I'm having an issue mapping `stars` objects under `tmap` v4: ``` Error in UseMethod("st_as_sf") : no applicable method for 'st_as_sf' applied to an object of class "dimensions" In addition: Warning...

bug
tmap_v4

- [x] `tmap_save` (easy) - [x] `tmap_animation` (easy) - [x] `tm_add_legend()` (easy) - [x] fix multivariate variables `tm_mv`, also needed for `tm_rgb` (#712) (hard) - [x] `tm_title()` and `tm_main_title` (easy)...

sticky
tmap_v4

I'm using the development version. When specifying a bbox as a vector or matrix without crs attribute, I encounter an error message that lacks informative details. This issue makes it...

bug

Hello tmap team, first: wonderful package, thanks for your hard work. Now my feature request: Blend modes for tmap layers! Now that R has integrated support for compositing, it would...

enhancement

Example using the stars raster: ``` L7file = system.file("tif/L7_ETMs.tif", package = "stars") L7 = read_stars(L7file) ### working but gives warning tm_shape(L7) + tm_raster(3, 2, 1) # Warning message: # In...

tmap_v4

Hi, Thanks for the great package! I'm starting to experiment with [Quarto](https://quarto.org/) documents for data exploration and wanted to include `tmap`s. Using the "plot" mode works fine, but the "view"...

My r-script which worked in the past is now broken. ``` p4 % mutate(facies = as.character(facies))) + tm_dots(size = 0.3, palette = sample_cols, col = "facies", shape = "method", title...

tmap_v3

I tried to follow the example from "https://r-tmap.github.io/tmap/articles/tmap_sneak_peek.html", but I couldn't find the package named tmapGlyps, could you give me a link ?

enhancement
tmap_v4