new objecteditingComponent()
Component used to edit the geometry of a single feature using advanced tools. The geometry must be Multi.
Example:
<gmf-objectediting
gmf-objectediting-active="ctrl.objectEditingActive"
gmf-objectediting-feature="ctrl.objectEditingFeature"
gmf-objectediting-geomtype="ctrl.objectEditingGeomType"
gmf-objectediting-layernodeid="ctrl.objectEditingLayerNodeId"
gmf-objectediting-map="::ctrl.map"
gmf-objectediting-sketchfeatures="::ctrl.sketchFeatures">
</gmf-objectediting>
HTML attributes:
Name | Type | Description |
---|---|---|
gmf-objectediting-active |
boolean | Whether the component is active or not. |
gmf-objectediting-feature |
ol.Feature | The feature to edit. |
gmf-objectediting-geomtype |
string | The geometry type. |
gmf-objectediting-layernodeid |
number | The GMF layer node id. |
gmf-objectediting-map |
ol.Map | The map. |
gmf-objectediting-sketchfeatures |
ol.Collection:.<ol.Feature:> | Collection of temporary features being drawn by the tools. |