Skip to contents

Imagequery options for addGeoRaster, addGeotiff and addCOG

Usage

imagequeryOptions(
  className = "info legend",
  position = c("topright", "topleft", "bottomleft", "bottomright"),
  type = c("mousemove", "click"),
  digits = NULL,
  prefix = "Layer",
  noData = "NoData Value"
)

Arguments

className

a character string to append to the control legend.

position

where to place the display field. Default is 'topright'.

type

whether query should occur on 'mousemove' or 'click'. Defaults to 'mousemove'.

digits

the number of digits to be shown in the display field.

prefix

a character string to be shown as prefix for the layerId.

noData

the text shown when the mouse is over a NoData Value as identified by GDAL. The default "NoData Value" will show whatever is defined by the Geotiff metadata.