map_identify_at_point
Identify features at a specific point on the map across all visible layers, returning vector features within a small tolerance and raster pixel values.
Instructions
Identify features at a point, across every visible layer.
For vector layers, returns features within a small screen-pixel tolerance
of the point - a bounding-box match, not exact hit-testing against thin
lines. For raster layers, returns the pixel value(s) at the point. crs
defaults to the canvas CRS if omitted. Feature counts per layer and
attribute string lengths are capped, same as get_layer_sample.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| crs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||