Classes
Type Definitions
-
Options{Object}
-
Properties:
Name Type Argument Default Description conditionCondition <optional>
A function that takes an
MapBrowserEventand returns a boolean to indicate whether that event will be considered to add or move a vertex to the sketch. Default isprimaryAction.deleteConditionCondition <optional>
A function that takes an
MapBrowserEventand returns a boolean to indicate whether that event should be handled. By default,singleClickwithaltKeyOnlyresults in a vertex deletion.insertVertexConditionCondition <optional>
A function that takes an
MapBrowserEventand returns a boolean to indicate whether a new vertex should be added to the sketch features. Default isalways.pixelTolerancenumber <optional>
10 Pixel tolerance for considering the pointer close enough to a segment or vertex for editing.
styleStyleLike | FlatStyleLike <optional>
Style used for the modification point or vertex. For linestrings and polygons, this will be the affected vertex, for circles a point along the circle, and for points the actual point. If not configured, the default edit style is used (see
Style). When using a style function, the point feature passed to the function will have afeaturesproperty - an array whose entries are the features that are being modified, and ageometriesproperty - an array whose entries are the geometries that are being modified. Both arrays are in the same order. Thegeometriesare only useful when modifying geometry collections, where the geometry will be the particular geometry from the collection that is being modified.sourceVectorSource <optional>
The vector source with features to modify. If a vector source is not provided, a feature collection must be provided with the
featuresoption.hitDetectionboolean | BaseVectorLayer <optional>
When configured, point features will be considered for modification based on their visual appearance, instead of being within the
pixelTolerancefrom the pointer location. When aBaseVectorLayeris provided, only the rendered representation of the features on that layer will be considered.featuresCollection<Feature> <optional>
The features the interaction works on. If a feature collection is not provided, a vector source must be provided with the
sourceoption.wrapXboolean <optional>
false Wrap the world horizontally on the sketch overlay.
snapToPointerboolean <optional>
!hitDetection The vertex, point or segment being modified snaps to the pointer coordinate when clicked within the
pixelTolerance. -
SegmentData{Object}
-
Properties:
Name Type Argument Description depthArray.<number> <optional>
Depth.
featureFeature Feature.
geometrySimpleGeometry Geometry.
indexnumber <optional>
Index.
segmentArray.<Array.<number>> Segment.
featureSegmentsArray<SegmentData> <optional>
FeatureSegments.