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

I am working with Landsat 8 surface reflectance imagery. Surface reflectance is expressed as 16-bit integer values. I prefer not to rescale Landsat data to 8-bit. When I use tm_rgb(),...

enhancement

Hi tmap team, I have the following example codes. The issue I ran into is that border.col does not take in a vector like other aesthetics variables in tm_add_legend. You...

enhancement

Hi, `tm_add_legend()` is great for custom legends, but the legend seems to be lost when working with `tm_sf()`. The example from help that works ```r ## Not run: library(sf) data(World)...

bug

Hi @mtennekes @Nowosad, in reference to [this issue ](https://github.com/r-tmap/tmap/issues/570), with the lastest version of {tmap}, are we now able to have the popups show up while hovering, without the user...

enhancement

This is a couple of related issues when plotting RasterStacks in "view" mode. 1. There are two legends in view mode when `as.layers = TRUE`. This makes the plot quite...

question
tmap_v4

Something like this: ![data-visualization-2 1](https://user-images.githubusercontent.com/2444081/81716016-2d4a0200-9479-11ea-972a-db05e69da327.png) Probably best to make it in svg (e.g. with Inkscape).

publicity
help wanted

Currently, "log10" option in _style_ its kind of restrictive on the data ranges it can take, it literally can only go in breaks at 10^n, e.g. 10, 100, 1000, 10000,...

enhancement
question

`tm_basemap` is working in plot mode, Thanks to the `maptiles` package @rCarto ![image](https://user-images.githubusercontent.com/2444081/135771247-8a7c35f4-8998-4a9f-a21a-2c07c14bfcad.png) ![image](https://user-images.githubusercontent.com/2444081/135771290-3fa86298-caf5-4f50-8245-cb52a733ddaa.png) (taken from https://github.com/r-tmap/tmap/blob/v4/tests/testing_aux_layers.Rmd) A few minor issues: * `maptiles::get_tiles` takes a few seconds to run, even...

tmap_v4

Why is it that drawing maps with tmap is too much but too slow? with other methods like ggplot or plot they are fast in comparison.

enhancement

Let's bundle all issues related to installation problems of Mac OS here. I would like to add an installation procedure to the homepage (README.md) and keep it up to date....

sticky