Martijn Tennekes

Results 498 comments of Martijn Tennekes

Collapse has already been set to TRUE by default (forgot to mention earlier). I've implemented `tm_scale_continuous_pseudo_log`, with sigma and base. Indeed very handy @xtimbeau this `sigma` parameter! Also added `tm_scale_continuous_log10`,...

I still have to migrate the `tmapProxy`/shiny integration in v4. Your input is welcome, so thanks for that. However, I don't understand exactly what you mean yet. Are you looking...

shiny functions implemented for v4 :-) Please check if you have time @Nowosad @nickbearman @James-G-Hill @olivroy If anything is missing or you have feature requests, please let me know

#904 is fixed, let me know if there are any other issues

Yes, good idea. Not sure about the amount of work that this will take. As long as this issue is open, I'll considering it.

Done! https://github.com/r-tmap/tmap/commit/fa7c6e5bc92929d544d0ea5f87c6656cb86ebdfc Well, not meant for 100% copy-paste, but with a series of messages that also has an educational value (hopefully). I've tested most of the examples from v3. Please...

Thx. Our aim is to make tmap much more intuitive: rather than having to go through a huge list of arguments (even myself!), the systematic approach of v4 will make...

Thanks for bringing this up @nickbearman Apparently, the spatial points are treated like bubbles (v4) instead of dots (v3) by `qtm`. Not sure what the reason was, and I can...

Done So now each (vector) layer (so `tm_polygons`, `tm_lines` and `tm_symbols` use four arguments: * `popup.vars` * `popup.format` * `id` * `hover` Hover is `FALSE` by default unless `id` is...

It should be possible in v4. Check out #843. If you have concrete use-cases (with examples) that you would like to have, let us know.