Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: mapgl
Title: Interactive Maps with 'Mapbox GL JS' and 'MapLibre GL JS'
Version: 0.4.6.9000
Date: 2026-04-22
Version: 0.4.9.9000
Date: 2026-04-24
Authors@R:
person(given = "Kyle", family = "Walker", email = "kyle@walker-data.com", role = c("aut", "cre"))
Description: Provides an interface to the 'Mapbox GL JS' (<https://docs.mapbox.com/mapbox-gl-js/guides>)
Expand Down Expand Up @@ -30,10 +30,10 @@ Imports:
shiny,
viridisLite,
png,
jsonlite
jsonlite,
httpuv
Suggests:
chromote,
httpuv,
knitr,
mapboxapi,
usethis,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export(clear_markers)
export(cluster_options)
export(compare)
export(concat)
export(draw_attribute)
export(ease_to)
export(enable_shiny_hover)
export(esri_open_style)
Expand Down
Loading
Loading