Hi all,
we have noticed a weird behaviour when we use the out-of-the-box editor widget for JavaScript API. We have a multipoint layer. Our users would like to be able to create multipoints with either one single point or multiple points as a geometry for one feature. So we try to create a feature with only 1 point.
We followed the following workflow:
- we start add a new feature,
- we start creating the geometry,
- we click once to place a point on the map,
- we press enter, nothing happens
- we click to add a second point
- we press enter
- workflow progress to attribute values
Similar behaviour with double click. We tried to terminate the geometry workflow by double click on the first point and it was not possible.
The question is: Is the creation of a single point feature in a multipoint feature layer supported from the editor widget? Or will be supported ;-)?