OlFeatureModifyAnchors
OlFeatureModifyAnchors(
props):Element
Defined in: src/ol-feature-modify-anchors.tsx:49
Modify interaction component specialized for anchor-based line editing. Adds draggable anchor points at line endpoints for controlled geometry modification. Prevents vertex insertion/deletion during modification.
Parameters
Section titled “Parameters”OlModifyProps
Returns
Section titled “Returns”Element
Example
Section titled “Example”<OlMap> <OlVectorLayer visible={true}> <OlFeatureModifyAnchors ref={modifyRef}> {children} </OlFeatureModifyAnchors> </OlVectorLayer></OlMap>