OlTranslateSelected
OlTranslateSelected(
props):Element
Defined in: src/ol-translate-selected.tsx:28
Translate interaction component that automatically translates currently selected features. Integrates with OlSelect to provide translate capabilities for the active selection. Must be used within an OlSelect context.
Parameters
Section titled “Parameters”OlTranslateSelectedProps
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlSelect> <OlTranslateSelected ref={translateRef}> {children} </OlTranslateSelected></OlSelect>