Skip to contents

The simplest use-case is

library(mapgl)
library(deckglgeoarrow)
library(wk)

style_positron = "https://basemaps.cartocdn.com/gl/positron-gl-style/style.json"

pt = wkt("POINT (0 0)")

maplibre(style = style_positron) |>
  addGeoArrowScatterplotLayer(
    data = pt
  )