rgee icon indicating copy to clipboard operation
rgee copied to clipboard

Legend does not appear on MacOS

Open ambarja opened this issue 3 years ago • 1 comments

image

Code:

library(rgee)
library(cptcity)
ee_Initialize(quiet = T)

viz = list(
  min = 500,
  max = 5000,
  palette = cpt("grass_elevation",rev = TRUE)
  )
  
ee$Image("CGIAR/SRTM90_V4") %>%
  Map$addLayer(name = "Elevation",visParams = viz) + 
  Map$addLegend(visParams = viz, name = "Elevation")

ambarja avatar Feb 24 '22 12:02 ambarja

Hi @ambarja I will take a look at it soon :) thank you

csaybar avatar Apr 17 '22 11:04 csaybar