Skip to content

Commit c0bc029

Browse files
committed
Created end links
1 parent 39e93b8 commit c0bc029

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

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

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: azure-maps
1212

1313
# Drawing conversion errors and warnings
1414

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.
1616

1717
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.
1818

@@ -72,7 +72,7 @@ The following image shows an unsupported entity type as a multi-line text object
7272

7373
#### *How to fix unsupportedFeatureRepresentation*
7474

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.
7676

7777
### **automaticRepairPerformed**
7878

@@ -355,7 +355,7 @@ To fix a **dwgError**, inspect your _manifest.json_ file confirm that:
355355

356356
An **invalidJsonFormat** error occurs when the _manifest.json_ file can't be read.
357357

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].
359359

360360
#### *How to fix invalidJsonFormat*
361361

@@ -369,7 +369,7 @@ A **missingRequiredField** error occurs when the _manifest.json_ file is missing
369369

370370
#### *How to fix missingRequiredField*
371371

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].
373373

374374
### **missingManifest**
375375

@@ -447,8 +447,8 @@ In the following JSON snippet, the latitude is above the upper limit.
447447

448448
To fix an **invalidGeoreference** error, verify that the georeferenced values are within range.
449449

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.
452452
453453
## Wall errors
454454

@@ -493,15 +493,24 @@ The following image shows a vertical penetration area that overlaps more than on
493493

494494
#### How to fix verticalPenetrationError
495495

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.
497497

498498
## Next steps
499499

500500
> [!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]
502502
503503
> [!div class="nextstepaction"]
504-
> [Drawing Package Guide](drawing-package-guide.md)
504+
> [Drawing Package Guide]
505505
506506
> [!div class="nextstepaction"]
507-
> [Creator for indoor mapping](creator-indoor-maps.md)
507+
> [Creator for indoor mapping]
508+
509+
[Conversion service]: /rest/api/maps/v2/conversion
510+
[Drawing package requirements]: drawing-requirements.md
511+
[Drawing files requirements]: drawing-requirements.md#drawing-package-requirements
512+
[The JavaScript Object Notation (JSON) Data Interchange Format]: https://tools.ietf.org/html/rfc7159
513+
[manifest section in the Drawing package requirements]: drawing-requirements.md#manifest-file-requirements
514+
[How to use Azure Maps Drawing error visualizer]: drawing-error-visualizer.md
515+
[Drawing Package Guide]: drawing-package-guide.md
516+
[Creator for indoor mapping]: creator-indoor-maps.md

0 commit comments

Comments
 (0)