Skip to content

Commit 8b2c2b9

Browse files
committed
changed non-closed to open
1 parent ed5928a commit 8b2c2b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-maps/drawing-conversion-error-codes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Conversion service is unable to create a map feature from an invalid entity
3636

3737
* The following image shows an open PolyLine. Assume that the layer only supports closed geometry.
3838

39-
![Example of a non-closed PolyLine](./media/drawing-conversion-error-codes/geometry-warning-3.png)
39+
![Example of an open PolyLine](./media/drawing-conversion-error-codes/geometry-warning-3.png)
4040

4141
#### *How to fix geometryWarning*
4242

@@ -52,7 +52,7 @@ An **unexpectedGeometryInLayer** warning occurs when the drawing contains geomet
5252

5353
The following image shows an open PolyLine. Assume that the layer only supports closed geometry.
5454

55-
![Example of a non-closed PolyLine](./media/drawing-conversion-error-codes/geometry-warning-3.png)
55+
![Example of an open PolyLine](./media/drawing-conversion-error-codes/geometry-warning-3.png)
5656

5757
#### *How to fix unexpectedGeometryInLayer*
5858

@@ -90,9 +90,9 @@ The **automaticRepairPerformed** warning occurs when the Conversion service auto
9090

9191
![Example of a snapped PolyLine](./media/drawing-conversion-error-codes/automatic-repair-2.png)
9292

93-
* The following image shows how, in a layer that supports only closed PolyLines, the Conversion service repaired multiple nonclosed PolyLines. To avoid discarding the nonclosed PolyLines, the service combined them into a single closed PolyLine.
93+
* The following image shows how, in a layer that supports only closed PolyLines, the Conversion service repaired multiple open PolyLines. To avoid discarding the open PolyLines, the service combined them into a single closed PolyLine.
9494

95-
![Example of non-closed Polylines combined into a single closed PolyLine](./media/drawing-conversion-error-codes/automatic-repair-3.png)
95+
![Example of open Polylines combined into a single closed PolyLine](./media/drawing-conversion-error-codes/automatic-repair-3.png)
9696

9797
#### *How to fix automaticRepairPerformed*
9898

0 commit comments

Comments
 (0)