imagequeryOptions {leafem} | R 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",
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 |
[Package leafem version 0.2.4 Index]