paleolimbot / ggspatial

Enhancing spatial visualization in ggplot2
https://paleolimbot.github.io/ggspatial
368 stars 34 forks source link

Test all branches of `makeContent()` for lazy rendering #98

Open paleolimbot opened 2 years ago

paleolimbot commented 2 years ago

After #97 we have much better testing of stars rendering, but we may be missing a few branches for the lazy rendering.

Methods are here:

https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-terra.R#L288-L331

https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-stars.R#L282-L331

https://github.com/paleolimbot/ggspatial/blob/master/R/layer-spatial-raster.R#L287-L334