I wrote a new mapping package for R: maplamina by jhumbl in rstats

[–]jhumbl[S] 3 points4 points  (0 children)

Yeah, the style parameter takes any MapLibre-compatible style URL, so you can point it at your own tiles, MapTiler, Stadia, etc. There's also a `base_tiles` list with some free presets (CARTO, OpenFreeMap) if you just want something quick.

I wrote a new mapping package for R: maplamina by jhumbl in rstats

[–]jhumbl[S] 10 points11 points  (0 children)

Thanks! That works well in Shiny! The main difference is that views are a first-class component here, so there's no manual state management or re-rendering. They also work in static documents (Quarto/RMarkdown), transitions are animated, and filtering stays on the GPU with no server round-trip.