laptop and a wrench

Bug

Polygon graphics drawn in a counter-clockwise direction are not labeled.

Last Published: September 12, 2017 ArcGIS Runtime SDK
Bug ID Number BUG-000107836
SubmittedSeptember 6, 2017
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found100.1.0
Operating SystemWindows OS
Operating System Version10.0 64 Bit
StatusWill Not Be Addressed

Additional Information

We recommend using GeometryEngine.Simplify to ensure the ring orientation is correct. e.g. ``` Esri.ArcGISRuntime.Geometry.Geometry geometry = await MyMapView.SketchEditor.StartAsync(creationMode, true); Esri.ArcGISRuntime.Geometry.Geometry simplifiedGeometry = GeometryEngine.Simplify(geometry); Graphic graphic = CreateGraphic(simplifiedGeometry); ```

Workaround

Use the GeometryEngine.Simplify method on all draw polygon geometries.

Steps to Reproduce

Bug ID: BUG-000107836

Software:

  • ArcGIS Runtime SDK

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options