imagequeryOptions: Imagequery options for addGeoRaster, addGeotiff and addCOG

View source: R/addGeoRaster.R

imagequeryOptionsR Documentation

Imagequery options for addGeoRaster, addGeotiff and addCOG

Description

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"
)

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.


r-spatial/leafem documentation built on Nov. 1, 2024, 2:48 p.m.