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
58 stars 16 forks source link

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

Closed Rafnuss closed 1 week ago

Rafnuss commented 6 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 3 months ago

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

16EAGLE commented 1 week ago

Thanks for pointing out that this message added unnecessary verbosity. I don't remember really why I added it in the first place to be honest.

I removed the message.