Skip to content

Commit ed5928a

Browse files
committed
changedFunction Key 10 the phrase 'a nonclosed PolyLine' to 'an open PolyLine'
1 parent c0bc029 commit ed5928a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Conversion service succeeds if there are any conversion warnings. However, i
2222

2323
#### *Description for geometryWarning*
2424

25-
A **geometryWarning** occurs when the drawing contains an invalid entity. An invalid entity is an entity that doesn't conform to geometric constraints. Examples of an invalid entity are a self-intersecting polygon or a nonclosed PolyLine in a layer that only supports closed geometry.
25+
A **geometryWarning** occurs when the drawing contains an invalid entity. An invalid entity is an entity that doesn't conform to geometric constraints. Examples of an invalid entity are a self-intersecting polygon or an open PolyLine in a layer that only supports closed geometry.
2626

2727
The Conversion service is unable to create a map feature from an invalid entity and instead ignores it.
2828

@@ -34,7 +34,7 @@ The Conversion service is unable to create a map feature from an invalid entity
3434

3535
![Example of a self-intersecting polygon, example two.](./media/drawing-conversion-error-codes/geometry-warning-2.png)
3636

37-
* The following image shows a nonclosed PolyLine. Assume that the layer only supports closed geometry.
37+
* The following image shows an open PolyLine. Assume that the layer only supports closed geometry.
3838

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

@@ -50,7 +50,7 @@ An **unexpectedGeometryInLayer** warning occurs when the drawing contains geomet
5050

5151
#### *Example for unexpectedGeometryInLayer*
5252

53-
The following image shows a nonclosed PolyLine. Assume that the layer only supports closed geometry.
53+
The following image shows an open PolyLine. Assume that the layer only supports closed geometry.
5454

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

0 commit comments

Comments
 (0)