Within our application we are adding the ability for the user to create lines, polygons and labels on the map. The features are styled and stored in a normal LayerOverlay but when the user goes into select mode then when a feature is selected that single feature is moved into the EditInteractiveOverlay allowing them to modify the feature. Once the edit is complete the feature is moved back into the normal LayerOverlay. This is all working fine and the styling between the two overlays is working as expected. However when the point feature that is used to display a text label is moved between the two overlays for editing then the size of the text on the map is changing, it looks like it’s about 2 point sizes smaller when on the EditInteractiveOverlay. We’re using a CustomTextStyle and we can confirm that as the label is rendered on both overlays the font, size, colour etc. of the style are the same. The label consistently is shown slightly smaller on the EditInteractiveOverlay.
Any clues as to what is happening?