Skip to content

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.

OlModifyProps

Element

<OlMap>
<OlVectorLayer visible={true}>
<OlFeatureModifyAnchors ref={modifyRef}>
{children}
</OlFeatureModifyAnchors>
</OlVectorLayer>
</OlMap>