Martijn Tennekes

Results 498 comments of Martijn Tennekes

Yes indeed. Ideas and suggestions welcome! * color palettes: they should at least be color blind friendly * legends: by default in or outside? Currently I prefer outside, because the...

That is a great feature. Great work @timelyportfolio! At the moment `leaftime` does not seem very mature (yet). So I am unsure whether to include (import) this in `tmap` as...

Thanks @jscamac Apparently, there is a workaround to get this to work in leaflet: https://github.com/rstudio/leaflet/issues/665. I've tested it for this example, and it works, but it takes some effort to...

This is one for v4. See also https://github.com/r-spatial/sf/issues/1649#issuecomment-860819840

Agree. I still have negative resources myself. I saw this advertisement, already from 5 years ago: https://github.com/rstats-gsoc/gsoc2016/wiki/cesium:-R-interface-to-cesium.js-virtual-globe Still seems like a fun project for young R-enthusiasts like @luukvdmeer.

Yes, once it can be done with leaflet or one of its extension packages, we will add such features to tmap.

No, unfortunately not. Actually, I haven't paid any attention to the histogram in tmap 2.0. I'm thinking about replacing the histogram by an empty viewport in which the user can...

Remark: the colors of a sequential/diverging ColorBrewer palette also depend on n: only when n is large (>=9) the extremes of the color palette are used. The default setting of...

This is mostly beyond tmap, because `tmap` expects valid geometries. The `check.and.fix` option uses `st_make_valid` under the hood. The fact that `st_make_valid(invalid_geometry)` doesn't work when `sf_use_s2(TRUE)` is something that should...

Thanks for the suggestions. The first suggestion will be a no, because I don't want to include extra dependencies (`cleangeo` and `sp`) We will think about the second suggestion. @Nowosad...