imagequeryOptions | R Documentation |
Imagequery options for addGeoRaster, addGeotiff and addCOG
imagequeryOptions(
className = "info legend",
position = c("topright", "topleft", "bottomleft", "bottomright"),
type = c("mousemove", "click"),
digits = NULL,
prefix = "Layer"
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.