0

I have to plot more than +400k points on R's mapview() library.

I can plot without any problem. But I am not able to see the map bigger because it's extremely low. I am not able to search on the map because it bugs the plot.

Do you know how can avoid this? My computer is a Macbook Air M1

My data set is like this:

crd

Name lat    long
1   -58.44599 -34.1204
2   -58.24539 -34.2043
3   -58.39433 -34.1203


data<-st_as_sf(x = crd,
             coords = c("lat","long"),
             crs = "+proj=longlat +datum=WGS84 +ellps=WGS84 +towgs84=0,0,0")

Thanks in advance.

0 Answers0