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/about-azure-maps.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,9 +168,9 @@ Maps Creator service is a suite of web services that developers can use to creat
168
168
169
169
Maps Creator provides the following services:
170
170
171
-
*[Dataset service][Dataset service]. Use the Dataset service to create a dataset from a converted Drawing package data. For information about Drawing package requirements, see Drawing package requirements.
171
+
*[Dataset service][Dataset service]. Use the Dataset service to create a dataset from a converted drawing package data. For information about Drawing package requirements, see Drawing package requirements.
172
172
173
-
*[Conversion service][Conversion service]. Use the Conversion service to convert a DWG design file into Drawing package data for indoor maps.
173
+
*[Conversion service][Conversion service]. Use the Conversion service to convert a DWG design file into drawing package data for indoor maps.
174
174
175
175
*[Tileset service][Tileset]. Use the Tileset service to create a vector-based representation of a dataset. Applications can use a tileset to present a visual tile-based view of the dataset.
Copy file name to clipboardExpand all lines: articles/azure-maps/creator-indoor-maps.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,17 +55,17 @@ Creator services create, store, and use various data types that are defined and
55
55
- Feature stateset
56
56
- Routeset
57
57
58
-
## Upload a Drawing package
58
+
## Upload a drawing package
59
59
60
-
Creator collects indoor map data by converting an uploaded Drawing package. The Drawing package represents a constructed or remodeled facility. For information about Drawing package requirements, see [Drawing package requirements](drawing-requirements.md).
60
+
Creator collects indoor map data by converting an uploaded drawing package. The drawing package represents a constructed or remodeled facility. For information about drawing package requirements, see [Drawing package requirements](drawing-requirements.md).
61
61
62
-
Use the [Azure Maps Data Upload API](/rest/api/maps/data-v2/update) to upload a Drawing package. After the Drawing packing is uploaded, the Data Upload API returns a user data identifier (`udid`). The `udid` can then be used to convert the uploaded package into indoor map data.
62
+
Use the [Azure Maps Data Upload API](/rest/api/maps/data-v2/update) to upload a drawing package. After the Drawing packing is uploaded, the Data Upload API returns a user data identifier (`udid`). The `udid` can then be used to convert the uploaded package into indoor map data.
63
63
64
-
## Convert a Drawing package
64
+
## Convert a drawing package
65
65
66
-
The [Azure Maps Conversion service](/rest/api/maps/v2/conversion) converts an uploaded Drawing package into indoor map data. The Conversion service also validates the package. Validation issues are classified into two types:
66
+
The [Azure Maps Conversion service](/rest/api/maps/v2/conversion) converts an uploaded drawing package into indoor map data. The Conversion service also validates the package. Validation issues are classified into two types:
67
67
68
-
- Errors: If any errors are detected, the conversion process fails. When an error occurs, the Conversion service provides a link to the [Azure Maps Drawing Error Visualizer](drawing-error-visualizer.md) stand-alone web application. You can use the Drawing Error Visualizer to inspect [Drawing package warnings and errors](drawing-conversion-error-codes.md) that occurred during the conversion process. After you fix the errors, you can attempt to upload and convert the package.
68
+
- Errors: If any errors are detected, the conversion process fails. When an error occurs, the Conversion service provides a link to the [Azure Maps Drawing Error Visualizer](drawing-error-visualizer.md) stand-alone web application. You can use the Drawing Error Visualizer to inspect [drawing package warnings and errors](drawing-conversion-error-codes.md) that occurred during the conversion process. After you fix the errors, you can attempt to upload and convert the package.
69
69
- Warnings: If any warnings are detected, the conversion succeeds. However, we recommend that you review and resolve all warnings. A warning means that part of the conversion was ignored or automatically fixed. Failing to resolve the warnings could result in errors in later processes.
70
70
For more information, see [Drawing package warnings and errors](drawing-conversion-error-codes.md).
71
71
@@ -82,7 +82,7 @@ Use the Tileset service to create a vector-based representation of a dataset. Ap
82
82
83
83
### Datasets
84
84
85
-
A dataset is a collection of indoor map features. The indoor map features represent facilities that are defined in a converted Drawing package. After you create a dataset with the [Dataset service](/rest/api/maps/v2/dataset), you can create any number of [tilesets](#tilesets) or [feature statesets](#feature-statesets).
85
+
A dataset is a collection of indoor map features. The indoor map features represent facilities that are defined in a converted drawing package. After you create a dataset with the [Dataset service](/rest/api/maps/v2/dataset), you can create any number of [tilesets](#tilesets) or [feature statesets](#feature-statesets).
86
86
87
87
At any time, developers can use the [Dataset service](/rest/api/maps/v2/dataset) to add or remove facilities to an existing dataset. For more information about how to update an existing dataset using the API, see the append options in [Dataset service](/rest/api/maps/v2/dataset). For an example of how to update a dataset, see [Data maintenance](#data-maintenance).
88
88
@@ -288,7 +288,7 @@ As you begin to develop solutions for indoor maps, you can discover ways to inte
288
288
289
289
The following example shows how to update a dataset, create a new tileset, and delete an old tileset:
290
290
291
-
1. Follow steps in the [Upload a Drawing package](#upload-a-drawing-package) and [Convert a Drawing package](#convert-a-drawing-package) sections to upload and convert the new Drawing package.
291
+
1. Follow steps in the [Upload a drawing package](#upload-a-drawing-package) and [Convert a drawing package](#convert-a-drawing-package) sections to upload and convert the new drawing package.
292
292
2. Use the [Dataset Create API](/rest/api/maps/v2/dataset/create) to append the converted data to the existing dataset.
293
293
3. Use the [Tileset Create API](/rest/api/maps/v2/tileset/create) to generate a new tileset out of the updated dataset.
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-conversion-error-codes.md
+5-5Lines changed: 5 additions & 5 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 will return 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](/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 will return 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 will succeed 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 image below shows an unsupported entity type as a multi-line text object on
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 section in the Drawing package requirements article](drawing-requirements.md#drawing-package-requirements).
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.
76
76
77
77
### **automaticRepairPerformed**
78
78
@@ -318,15 +318,15 @@ An **invalidUserData** error occurs when the Conversion service is unable to rea
318
318
319
319
#### *Example scenario for invalidUserData*
320
320
321
-
You attempted to upload a Drawing package with an incorrect `udid` parameter.
321
+
You attempted to upload a drawing package with an incorrect `udid` parameter.
322
322
323
323
#### *How to fix invalidUserData*
324
324
325
325
To fix an **invalidUserData** error, verify that:
326
326
327
327
* You've provided a correct `udid` for the uploaded package.
328
-
* Azure Maps Creator has been enabled for the Azure Maps account you used for uploading the Drawing package.
329
-
* The API request to the Conversion service contains the subscription key to the Azure Maps account you used for uploading the Drawing package.
328
+
* Azure Maps Creator has been enabled for the Azure Maps account you used for uploading the drawing package.
329
+
* The API request to the Conversion service contains the subscription key to the Azure Maps account you used for uploading the drawing package.
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-error-visualizer.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,9 @@ This tutorial uses the [Postman](https://www.postman.com/) application, but you
27
27
28
28
## Download
29
29
30
-
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).
30
+
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).
31
31
32
-
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).
32
+
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).
33
33
34
34
>[!NOTE]
35
35
>If your conversion process succeeds, you will not receive a link to the Error Visualizer tool.
@@ -79,7 +79,7 @@ The _ConversionWarningsAndErrors.json_ file has been placed at the root of the
79
79
80
80
:::image type="content" source="./media/drawing-errors-visualizer/loading-data.gif" alt-text="Drawing Error Visualizer App - Drag and drop to load data":::
81
81
82
-
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.
82
+
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.
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-package-guide.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Drawing package guide for Microsoft Azure Maps Creator
3
3
titleSuffix: Microsoft Azure Maps Creator
4
-
description: Learn how to prepare a Drawing package for the Azure Maps Conversion service
4
+
description: Learn how to prepare a drawing package for the Azure Maps Conversion service
5
5
author: eriklindeman
6
6
ms.author: eriklind
7
7
ms.date: 01/31/2023
@@ -10,7 +10,7 @@ ms.service: azure-maps
10
10
services: azure-maps
11
11
---
12
12
13
-
# Conversion Drawing package guide
13
+
# Conversion drawing package guide
14
14
15
15
This guide shows you how to prepare your Drawing Package for the [Azure Maps Conversion service] using specific CAD commands to correctly prepare your DWG files and manifest file for the Conversion service.
16
16
@@ -112,15 +112,15 @@ The wall layer is meant to represent the physical extents of a facility such as
112
112
113
113
## Step 3: Prepare the manifest
114
114
115
-
The Drawing package Manifest is a JSON file. The Manifest tells the Azure Maps Conversion service how to read the facility DWG files and metadata. Some examples of this information could be the specific information each DWG layer contains, or the geographical location of the facility.
115
+
The drawing package Manifest is a JSON file. The Manifest tells the Azure Maps Conversion service how to read the facility DWG files and metadata. Some examples of this information could be the specific information each DWG layer contains, or the geographical location of the facility.
116
116
117
117
To achieve a successful conversion, all “required” properties must be defined. A sample manifest file can be found inside the [sample drawing package]. This guide doesn't cover properties supported by the manifest. For more information about manifest properties, see [Manifest File Properties].
118
118
119
119
### Building levels
120
120
121
121
The building level specifies which DWG file to use for which level. A level must have a level name and ordinal that describes that vertical order of each level. Every facility must have an ordinal 0, which is the ground floor of a facility. An ordinal 0 must be provided even if the drawings occupy a few floors of a facility. For example, floors 15-17 can be defined as ordinal 0-2, respectively.
122
122
123
-
The following example is taken from the [sample drawing package]. The facility has three levels: basement, ground, and level 2. The filename contains the full file name and path of the file relative to the manifest file within the .zip Drawing package.
123
+
The following example is taken from the [sample drawing package]. The facility has three levels: basement, ground, and level 2. The filename contains the full file name and path of the file relative to the manifest file within the .zip drawing package.
0 commit comments