Closed maxlavoie closed 4 years ago
thanks for reporting.
I've just pushed a commit which should fix this.
## install dev version
# remotes::install_github("SymbolixAU/mapdeck")
df <- capitals
df$elev <- sample(50000:500000, size = nrow(df), replace = T)
add_dependencies 17
mapdeck(style = mapdeck_style("dark"), pitch = 45) %>%
add_column(
data = df
, lat = "lat"
, lon = "lon"
, elevation = "elev"
, fill_colour = "lon"
, disk_resolution = 20
, radius = 100000
, tooltip = "capital"
)
Using
add_column
withelevation
andfill_color
I get:As a consequence, the elevation does not work.
Version
mapdeck_0.3.2