Closed stockiNail closed 2 years ago
Its more config for the user for same behavior. I think its still probably best to remove the point now, before we release 1.2, so we can have more options if we want to later add something similar.
yes, you're right about more config for user but it sounds to me more coherent.
Currently label annotation is taking care also of the point drawing, the point selected with coordinates calculated by x/yVaue.
To simplify the label annotation, reducing duplication of similar code and options, the point node could be removed. If a user wants to draw the selected point, could add another annotation, a point one, with the same x/yVaue.
This is also enabling a common approach if a user wants to draw a polygon instead of a point.
As is now:
As to be:
This shouldn't be a breaking change because label annotation is not releases yet in any version.
@kurkle what do you think?