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-error-visualizer.md
+18-11Lines changed: 18 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use Azure Maps Drawing Error Visualizer
3
-
description: In this article, you'll learn about how to visualize warnings and errors returned by the Creator Conversion API.
3
+
description: This article demonstrates how to visualize warnings and errors returned by the Creator Conversion API.
4
4
author: eriklindeman
5
5
ms.author: eriklind
6
6
ms.date: 02/17/2023
@@ -12,21 +12,21 @@ services: azure-maps
12
12
13
13
# Using the Azure Maps Drawing Error Visualizer with Creator
14
14
15
-
The Drawing Error Visualizer is a stand-alone web application that displays [Drawing package warnings and errors](drawing-conversion-error-codes.md) detected during the conversion process. The Error Visualizer web application consists of a static page that you can use without connecting to the internet. You can use the Error Visualizer to fix errors and warnings in accordance with [Drawing package requirements](drawing-requirements.md). The [Azure Maps Conversion API](/rest/api/maps/v2/conversion) returns a response with a link to the Error Visualizer only when an error is detected.
15
+
The *Drawing Error Visualizer* is a stand-alone web application that displays [Drawing package warnings and errors] detected during the conversion process. The Error Visualizer web application consists of a static page that you can use without connecting to the internet. You can use the Error Visualizer to fix errors and warnings in accordance with [Drawing package requirements]. The [Azure Maps Conversion API] returns a response with a link to the Error Visualizer only when an error is detected.
16
16
17
17
## Prerequisites
18
18
19
19
* An [Azure Maps account]
20
20
* A [subscription key]
21
21
* A [Creator resource]
22
22
23
-
This tutorial uses the [Postman](https://www.postman.com/) application, but you may choose a different API development environment.
23
+
This tutorial uses the [Postman] application, but you may choose a different API development environment.
24
24
25
25
## Download
26
26
27
-
1. Upload your drawing package to the Azure Maps Creator service to obtain a `udid` for the uploaded package. For steps on how to upload a package, see [Upload a drawing package](tutorial-creator-indoor-maps.md#upload-a-drawing-package).
27
+
1. Upload your drawing package to the Azure Maps Creator service to obtain a `udid` for the uploaded package. For steps on how to upload a package, see [Upload a drawing package].
28
28
29
-
2. Now that the drawing package is uploaded, we'll use `udid` for the uploaded package to convert the package into map data. For steps on how to convert a package, see [Convert a drawing package](tutorial-creator-indoor-maps.md#convert-a-drawing-package).
29
+
2. Now that the drawing package is uploaded, use `udid` for the uploaded package to convert the package into map data. For steps on how to convert a package, see [Convert a drawing package].
30
30
31
31
>[!NOTE]
32
32
>If your conversion process succeeds, you will not receive a link to the Error Visualizer tool.
@@ -48,7 +48,7 @@ This tutorial uses the [Postman](https://www.postman.com/) application, but you
48
48
49
49
## Setup
50
50
51
-
Inside the downloaded zipped package from the `diagnosticPackageLocation` link, you'll find two files.
51
+
The downloaded zipped package from the `diagnosticPackageLocation` link contains the following two files.
52
52
53
53
* _VisualizationTool.zip_: Contains the source code, media, and web page for the Drawing Error Visualizer.
54
54
* _ConversionWarningsAndErrors.json_: Contains a formatted list of warnings, errors, and other details that are used by the Drawing Error Visualizer.
@@ -59,7 +59,7 @@ Unzip the _VisualizationTool.zip_ folder. It contains the following items:
59
59
* _static_ folder: source code
60
60
* _index.html_ file: the web application.
61
61
62
-
Open the _index.html_ file using any of the browsers below, with the respective version number. You may use a different version, if the version offers equally compatible behavior as the listed version.
62
+
Open the _index.html_ file using any of the following browsers, with the respective version number. You may use a different version, if the version offers equally compatible behavior as the listed version.
63
63
64
64
* Microsoft Edge 80
65
65
* Safari 13
@@ -72,11 +72,11 @@ After launching the Drawing Error Visualizer tool, you'll be presented with the
The _ConversionWarningsAndErrors.json_ file has been placed at the root of the downloaded directory. To load the _ConversionWarningsAndErrors.json_, drag & drop the file onto the box. Or, click on the box, find the file in the `File Explorer dialogue`, and upload the file.
75
+
The _ConversionWarningsAndErrors.json_ file has been placed at the root of the downloaded directory. To load the _ConversionWarningsAndErrors.json_, drag & drop the file onto the box. Or, select on the box, find the file in the `File Explorer dialogue`, and upload the file.
76
76
77
77
:::image type="content" source="./media/drawing-errors-visualizer/loading-data.gif" alt-text="Drawing Error Visualizer App - Drag and drop to load data":::
78
78
79
-
Once the _ConversionWarningsAndErrors.json_ file loads, you'll see a list of your drawing package errors and warnings. Each error or warning is specified by the layer, level, and a detailed message. To view detailed information about an error or warning, click on the **Details** link. An intractable section will then appear below the list. You may now navigate to each error to learn more details on how to resolve the error.
79
+
The _ConversionWarningsAndErrors.json_ contains a list of your drawing package errors and warnings. To view detailed information about an error or warning, select the **Details** link. An intractable section appears below the list. You may now navigate to each error to learn more details on how to resolve the error.
0 commit comments