You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-conversion-error-codes.md
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ services: azure-maps
12
12
13
13
# Drawing conversion errors and warnings
14
14
15
-
The [Azure Maps Conversion service](/rest/api/maps/v2/conversion) lets you convert uploaded drawing packages into map data. Drawing packages must adhere to the [Drawing package requirements](drawing-requirements.md). If one or more requirements aren't met, then the Conversion service returns errors or warnings. This article lists the conversion error and warning codes, with recommendations on how to resolve them. It also provides some examples of drawings that can cause the Conversion service to return these codes.
15
+
The Azure Maps [Conversion service] lets you convert uploaded drawing packages into map data. Drawing packages must adhere to the [Drawing package requirements]. If one or more requirements aren't met, then the Conversion service returns errors or warnings. This article lists the conversion error and warning codes, with recommendations on how to resolve them. It also provides some examples of drawings that can cause the Conversion service to return these codes.
16
16
17
17
The Conversion service succeeds if there are any conversion warnings. However, it's recommended that you review and resolve all warnings. A warning means part of the conversion was ignored or automatically fixed. Failing to resolve the warnings could result in errors in latter processes.
18
18
@@ -72,7 +72,7 @@ The following image shows an unsupported entity type as a multi-line text object
72
72
73
73
#### *How to fix unsupportedFeatureRepresentation*
74
74
75
-
Ensure that your DWG files contain only the supported entity types. Supported types are listed under the [Drawing files requirements](drawing-requirements.md#drawing-package-requirements) section in the drawing package requirements article.
75
+
Ensure that your DWG files contain only the supported entity types. Supported types are listed under the [Drawing files requirements] section in the drawing package requirements article.
76
76
77
77
### **automaticRepairPerformed**
78
78
@@ -355,7 +355,7 @@ To fix a **dwgError**, inspect your _manifest.json_ file confirm that:
355
355
356
356
An **invalidJsonFormat** error occurs when the _manifest.json_ file can't be read.
357
357
358
-
The _manifest.json_file can't be read because of JSON formatting or syntax errors. To learn more about how JSON format and syntax, see [The JavaScript Object Notation (JSON) Data Interchange Format](https://tools.ietf.org/html/rfc7159)
358
+
The _manifest.json_file can't be read because of JSON formatting or syntax errors. To learn more about how JSON format and syntax, see [The JavaScript Object Notation (JSON) Data Interchange Format].
359
359
360
360
#### *How to fix invalidJsonFormat*
361
361
@@ -369,7 +369,7 @@ A **missingRequiredField** error occurs when the _manifest.json_ file is missing
369
369
370
370
#### *How to fix missingRequiredField*
371
371
372
-
To fix a **missingRequiredField** error, verify that the manifest contains all required properties. For a full list of required manifest object, see the [manifest section in the Drawing package requirements](drawing-requirements.md#manifest-file-requirements)
372
+
To fix a **missingRequiredField** error, verify that the manifest contains all required properties. For a full list of required manifest object, see the [manifest section in the Drawing package requirements].
373
373
374
374
### **missingManifest**
375
375
@@ -447,8 +447,8 @@ In the following JSON snippet, the latitude is above the upper limit.
447
447
448
448
To fix an **invalidGeoreference** error, verify that the georeferenced values are within range.
449
449
450
-
>[!IMPORTANT]
451
-
>In GeoJSON, the coordinates order is longitude and latitude. If you don't use the correct order, you may accidentally refer a latitude or longitude value that is out of range.
450
+
>[!IMPORTANT]
451
+
>In GeoJSON, the coordinates order is longitude and latitude. If you don't use the correct order, you may accidentally refer a latitude or longitude value that is out of range.
452
452
453
453
## Wall errors
454
454
@@ -493,15 +493,24 @@ The following image shows a vertical penetration area that overlaps more than on
493
493
494
494
#### How to fix verticalPenetrationError
495
495
496
-
To fix a **verticalPenetrationError** error, read about how to use a vertical penetration feature in the [Drawing package requirements](drawing-requirements.md) article.
496
+
To fix a **verticalPenetrationError** error, read about how to use a vertical penetration feature in the [Drawing package requirements] article.
497
497
498
498
## Next steps
499
499
500
500
> [!div class="nextstepaction"]
501
-
> [How to use Azure Maps Drawing error visualizer](drawing-error-visualizer.md)
501
+
> [How to use Azure Maps Drawing error visualizer]
0 commit comments