Jakub

Results 477 comments of Jakub

Related: https://github.com/r-tmap/tmap/issues/345

I cannot reproduce the issue using available data: ``` r library(spData) library(sf) #> Linking to GEOS 3.11.1, GDAL 3.6.4, PROJ 9.1.1; sf_use_s2() is TRUE library(tmap) # works tm_shape(nz_height) + tm_basemap("OpenStreetMap")...

Hi @r-poloni -- I am using version 4 -- the current development version of Github (this feature was not available in the previous version)

@mtennekes I think that it is better to start small (with option 1) and then expand. Regarding option 3 (if still tried): would it not be better if there is...

The tmap v4 RAM requirement for my example is now ~6GB RAM.

Available in the upcoming tmap v4: ``` r library(tmap) library(spData) # cont 1 tm_shape(world) + tm_polygons(col = "lifeExp", style = "cont", palette = "viridis") #> Deprecated tmap v3 code detected....

Thanks for letting us know. I opened a new issue for this problem -- https://github.com/r-tmap/tmap/issues/702

@Yelong-Z I should work now.

@pennybeaver I still cannot reproduce the code. Could you maybe save the `bathywedge2` object to a file (e.g., using `saveRDS`, compress it to a zip file, and then attach it...