| | 77 | * - *vertexmodified* Triggered when a vertex within any feature geometry |
|---|
| | 78 | * has been modified. Listeners will receive an object with a |
|---|
| | 79 | * *feature* property referencing the modified feature and a *vertex* |
|---|
| | 80 | * property referencing the vertex modified (always a point geometry). |
|---|
| | 81 | * - *sketchmodified* Triggered when a feature sketch bound for this layer |
|---|
| | 82 | * is modified. Listeners will receive an object with a *components* |
|---|
| | 83 | * property. This array like property will contain all relevant |
|---|
| | 84 | * geometry parts of the sketch. In the case of a point sketch, this |
|---|
| | 85 | * will be a point geometry. For a line sketch, this will be a point |
|---|
| | 86 | * geometry and the line that the point is a part of. For a polygon |
|---|
| | 87 | * sketch, the components will be the modified point, the linear ring |
|---|
| | 88 | * that the point belongs to, and the polygon geometry. |
|---|