tmaptools icon indicating copy to clipboard operation
tmaptools copied to clipboard

Tools for thematic maps

Results 14 tmaptools issues
Sort by recently updated
recently updated
newest added

This adds a params input which passes additional parameters to the server. This is helpful as additional parameters can be used to further modify the results, for example to allow...

Currently, `tmap.pal.info` supports five palettes provided by viridisLite: `viridis`, `magma`, `plasma`, `inferno`, and `cividis`. In viridisLite 0.4.2, `rocket`, `mako`, and `turbo` are provided in addition to these palettes. Would you...

Some of my students get a strange issue when using read_osm() of no internet connection, despite there being an internet connection. I'm not sure why this is happening. Code sample...

I recently updated both R (4.2.0) and RStudio (2022.02.01 Build 461) on my Windows 10. Code I had used for using tmap and tmaptools is now crashing when I try...

Hi I was wondering whether it is possible to have a replicable output with `map_coloring`, i.e. that is constant across calls? This is particularly useful when one is trying to...

Code returns a `stars` object: ``` > osm_NLD class(osm_NLD) [1] "stars" ``` But doc says `raster` object: ``` Value: The output of ‘read_osm’ is a ‘raster’ object. ``` There's also...

Please see https://github.com/r-tmap/tmap/issues/564 and https://github.com/r-spatial/sf/issues/1649 and consider commenting on the latter in case things are not trivial. @paleolimbot wold map with topology failure on S2: ``` Running examples in ‘tmaptools-Ex.R’...

When geocoding queries have a hashtag/pound symbol, it errors out. Reproducible example with an address where nothing changes except the hashtag: ``` > geocode_OSM("Mamata College of Nursing, Tenali, 7-5-26, lecturers...

I am using the geocode_OSM function from tmaptools in r to geocode about 400,000 addresses in a county in NC. I added " ,NC, USA" to addresses and geocoded the...