Color options for addGeoRaster and addGeotiff
colorOptions(palette = NULL, breaks = NULL, na.color = "#bebebe22")
the color palette to use. Can be a set of colors or a
color generating function such as the result of colorRampPalette
.
the breaks at which color should change.
color for NA values (will map to NaN in Javascript).