addLabel
Add text labels to GeoJSON features to display attribute values like names or population. Select the data and attribute field; optionally customize label style including font, fill color, and scale.
Instructions
Add text labels to GeoJSON features (display attribute values)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | GeoJSON FeatureCollection object | |
| field | Yes | Attribute field name for label text (e.g. "name", "population") | |
| style | No | Label style (font, fillColor, outlineColor, scale, etc.) | |
| sessionId | No | Target browser session ID for multi-browser routing (optional) |