Whether to show or hide the queryable list of layers. It is shown only
when a tool requires it, which is managed in the gmf-objecteditingtools
component.
The state of the feature determines whether the next 'save' request should be an 'insert' or 'update' one.
Called when the geometry property of the feature changes, i.e. not when the geometry itself changes but when a new geometry is set to the feature.
This happens either when resetting the geometry to null, in which case
there's nothing to do here. Otherwise, it happens after the combinaison
of a sketch geometry with the existing feature geometry. This new geom
is pushed in the geometryChanges_
array.
Called after the modification interaction has completed modifying the
existing geometry. The new geometry is pushed in the changes array.
If the geometry type is MultiPolygon
, we check if any of the inner
geometries intersects with one an other first. Those that does are merged
before being pushed to the changes.
Event.
Registers a newly added Layertree controller 'leaf', i.e. groups are excluded.
If the Layertree controller node id is equal to the layerNodeId
configured
with this component, then find the WMS layer associated with it for
for refresh purpose.
Layertree controller to register
Generated using TypeDoc
Flag that is toggled while a request is pending.