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

Which aesthetic names shall we use in `tmap` v4? We could (of course) use the same as in the current version, but there will be (small) inconsistencies between layers. Moreover,...

tmap_v4

Hi, I'm building a shiny app that has a lot of tmap objects. Since some maps are slow to laod I decided to use a spinner from `{shinycssloaders}`. If I...

bug
question

I would like to be able to specify a particular, consistent font size for legend text. Currently, the legend on my map (using tm_symbols) — see screenshot below from a...

question

Playing around with orthogonal projections... ``` r library(tmap) library(sf) #> Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1 # function to check if polygons contain 4 points sf_is_valid_4poly = function(x)...

enhancement
question
tmap_v4

Would it be possible to add a stretch argument, like "lin" or "hist" ?

enhancement

Is there any plan to incorporate this capability or is there a good workaround? I work for a nonprofit and we are trying to embed a map I have created...

enhancement

If a raster layer that contains only NA values is written to disk and then read back into R, the following error is thrown when plotting with `tm_raster`: ```r Error...

bug

tmap in view mode opens a new tab for each viewed map. Eventually I get annoyed and have to click-close forty tabs... Could a method be implemented so that maps...

enhancement

``` r library(tmap) library(spData) # pretty tm_shape(world) + tm_polygons(col = "lifeExp", style = "pretty", palette = "viridis") #> Linking to GEOS 3.8.1, GDAL 3.0.4, PROJ 6.3.2 ``` ![](https://i.imgur.com/tH3DrLS.png) @mtennekes have...

enhancement

In the current state, tmap is not so generic that extensions are easy. Mainly, this has to do with the fact that aesthetics are pre-specified, e.g. `tm_polygons` has `col`, `tm_symbols`...

major
help wanted