16EAGLE / basemaps

A lightweight package for accessing basemaps from open sources in R 🗺️
https://jakob.schwalb-willmann.de/basemaps
GNU General Public License v3.0
57 stars 15 forks source link

Why `Using geom_tile() with maxpixels = 5e+05.` #29

Open Rafnuss opened 4 months ago

Rafnuss commented 4 months ago

Hi @16EAGLE , Thanks a lot for your packages! Using moveVis, I ended up getting this message: https://github.com/16EAGLE/basemaps/blob/203e9643c3d222ecdfa68b4ea5d4ae01d378bf7b/R/plot.R#L89-L90 that I don't really understand. I'm using map_service = "mapbox", map_type = "satellite" in frames_sptial, so not sure where the na are coming from. But in anycase I don't see the link between NA and the error message. It ended up being quite annoying to have this message so many time during animate_frames(). Can we remove it?

andrewdigby commented 1 month ago

I agree. Does anyone know how to suppress it? It makes my Markdown unreadable! Thanks.