Class: Union

Union(optionsopt)

Control for creating a union of geometries.

Constructor

new Union(optionsopt)

Parameters:
Name Type Attributes Description
options Object <optional>
Control options.
Properties
Name Type Attributes Description
hitTolerance number <optional>
Select tolerance in pixels (default is 10)
Source:

Extends

  • Control

Methods

applyTopologyOperation(features)

Apply a union for given features.
Parameters:
Name Type Description
features Array.<ol.Feature> Features to union.
Source: