
Attached image is showing a geometryediotor created circle (right) and laoded one (left)
Hey folks,
I have a feature where users can draw shapes (like rectangles and ellipses) using the Geometry Editor's ShapeTool, and then save and reload them later.
Now, this isn’t a major issue, but I’ve noticed a display inconsistency. When users draw an ellipse using ShapeTool::create(ShapeToolType::Ellipse) while being zoomed in quite far, the saved shape—once reloaded—looks distorted (e.g., the ellipse appears more like a polygon or nonagon). but drawing using geometry editor its dispalyed as a circle.
I'm considering switching away from ShapeTool for ellipses and just using center + radius with geodesic buffering for consistency. But before I do that,Is this distortion due to how ShapeTool geometries are generated and is there a recommended way to fix or normalize them before saving?