r-spatial / rgee

Google Earth Engine for R
https://r-spatial.github.io/rgee/
Other
677 stars 146 forks source link

Legend does not appear on MacOS #237

Closed ambarja closed 2 years ago

ambarja commented 2 years ago

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")
csaybar commented 2 years ago

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