Jakub

Results 477 comments of Jakub

How about: ``` r library(tmap) library(leaflet) data("World") rlogo

@IvanPalm are you sure that you are using the raw link to your file? For example https://raw.githubusercontent.com/mtennekes/tmap/master/inst/img/airplane.png, and not https://github.com/mtennekes/tmap/blob/master/inst/img/airplane.png.

1. Does it make sense to have fontfamily and fontface as visual variables? Are they not better as visual constants? 2. `lwd` is fine by me. 3. What would the...

Hi @mtennekes - great work. My overall thoughts: 1. It seems that keeping spatial classes' preparation inside of **tmap** is the best choice. With some documentation in this regard, adding...

@higgi13425 Additional graphic devices including {ragg} are now possible in tmap - https://github.com/mtennekes/tmap/issues/585

@mtennekes I like this idea. I do not know how do you plan to implement this idea, but maybe it would be possible to use the syntax below: ```r tm_shape(y)...

Hi @mtennekes and @tim-salabim - I've prepared a summary of possible map layer and their aesthetics. This could be useful while thinking about version 4 (is it?). # Layers and...

I've checked all functions, and the only obvious argument that could be used as data-driven is `alpha`. One question - do we assume (similarly to ggplot2) that `alpha` relates to...

@mtennekes I would start by adding another case - currently, `tm_facets()` arranges facets in the same fashion as `facet_wrap()`, however, it could be useful to have something similar to `facet_grid()`...

@mtennekes - the above example is awesome! That is great. It would be great to think about how it could work for stars objects. And, you are right - we...