Jakub
Jakub
👍🏻 I like this idea. What do you think @mtennekes?
Small reprex of the current behavior: ```r library(tmap) library(spData) ttm() tm_shape(nz) + tm_markers() ```
See: https://github.com/r-tmap/tmap/issues/929
Now works fine with the dev version of leafem: ```r # remotes::install_github("r-tmap/tmap") # remotes::install_github("r-spatial/leafem") library(tmap) library(terra) tmap_mode("view") srtm = rast(system.file("raster/srtm.tif", package = "spDataLarge")) tm_shape(srtm) + tm_raster() ```
Hi @mhesselbarth -- I've missed that the scale_sample was removed. What was the issue? Can we bring it back somehow?
Thanks @florisvdh -- I forwarded your message to the students. I will let you know when I have any reply.
Hi @Aditya-Dahiya -- I do not know if you have seen it, but I added my comments to your idea at https://github.com/geocompx/geocompr/pull/1153#issuecomment-2835141068
@rsbivand GDAL 3.7 was just released less than 1.5 years ago. Thus, my feeling is that it is too early to expect the majority of the users to have it...
Hi @olivroy: 1. This branch/PR is still the main place for the updated book. I also sometimes push from this branch to the geocompx repo to test, e.g., the online...
@olivroy an update on the book progress -- I think that now most of the book is moved from bookdown to quarto and its content (including the text) from tmap3...