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/tutorial-creator-indoor-maps.md
+12-12Lines changed: 12 additions & 12 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
# Tutorial: Use Creator to create indoor maps
14
14
15
-
This tutorial describes how to create indoor maps for use in Microsoft Azure Maps. In this tutorial, you'll learn how to:
15
+
This tutorial describes how to create indoor maps for use in Microsoft Azure Maps. This tutorial demonstrates how to:
16
16
17
17
> [!div class="checklist"]
18
18
>
@@ -37,7 +37,7 @@ This tutorial uses the [Postman] application, but you can use a different API de
37
37
>[!IMPORTANT]
38
38
>
39
39
> * This article uses the `us.atlas.microsoft.com` geographical URL. If your Creator service wasn't created in the United States, you must use a different geographical URL. For more information, see [Access to Creator services].
40
-
> *In the URL examples in this article you will need to replace `{Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key.
40
+
> *Replace `{Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key in the URL examples.
41
41
42
42
## Upload a drawing package
43
43
@@ -75,7 +75,7 @@ To upload the drawing package:
75
75
76
76
11. Select **Select File**, and then select a drawing package.
77
77
78
-
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-upload-body.png" alt-text="A screenshot of Postman showing the body tab in the POST window, with Select File highlighted, this is used to select the drawing package to import into Creator.":::
78
+
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-upload-body.png" alt-text="A screenshot of Postman showing the body tab in the POST window, with Select File highlighted, it's used to select the drawing package to import into Creator.":::
79
79
80
80
12. Select **Send**.
81
81
@@ -97,7 +97,7 @@ To check the status of the drawing package and retrieve its unique ID (`udid`):
97
97
98
98
4. Select the **GET** HTTP method.
99
99
100
-
5. Enter the `status URL` you copied as the last step in the previous section of this article. The request should look like the following URL:
100
+
5. Enter the `status URL` you copied as the last step in the previous section. The request should look like the following URL:
Now that the drawing package is uploaded, you'll use the `udid` for the uploaded package to convert the package into map data. The [Conversion API] uses a long-running transaction that implements the pattern defined in the [Creator Long-Running Operation] article.
151
+
Now that the drawing package is uploaded, you use the `udid` for the uploaded package to convert the package into map data. The [Conversion API] uses a long-running transaction that implements the pattern defined in the [Creator Long-Running Operation] article.
152
152
153
153
To convert a drawing package:
154
154
@@ -170,7 +170,7 @@ To convert a drawing package:
170
170
171
171
7. In the response window, select the **Headers** tab.
172
172
173
-
8. Copy the value of the **Operation-Location** key. This is the `status URL` that you'll use to check the status of the conversion.
173
+
8. Copy the value of the **Operation-Location** key, it contains the `status URL` that you use to check the status of the conversion.
174
174
175
175
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-convert-location-url.png" border="true" alt-text="A screenshot of Postman showing the URL value of the operation location key in the responses header.":::
176
176
@@ -198,7 +198,7 @@ To check the status of the conversion process and retrieve the `conversionId`:
198
198
199
199
7. In the response window, select the **Headers** tab.
200
200
201
-
8. Copy the value of the **Resource-Location** key, which is the `resource location URL`. The `resource location URL` contains the unique identifier (`conversionId`), which can be used by other APIs to access the converted map data.
201
+
8. Copy the value of the **Resource-Location** key, which is the `resource location URL`. The `resource location URL` contains the unique identifier (`conversionId`), which is used by other APIs to access the converted map data.
202
202
203
203
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-conversion-id.png" alt-text="A screenshot of Postman highlighting the conversion ID value that appears in the resource location key in the responses header.":::
204
204
@@ -255,7 +255,7 @@ To create a dataset:
255
255
256
256
7. In the response window, select the **Headers** tab.
257
257
258
-
8. Copy the value of the **Operation-Location** key. This is the `status URL` that you'll use to check the status of the dataset.
258
+
8. Copy the value of the **Operation-Location** key, it contains the `status URL` that you use to check the status of the dataset.
259
259
260
260
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-dataset-location-url.png" border="true" alt-text="A screenshot of Postman showing the value of the operation location key for dataset in the responses header.":::
261
261
@@ -299,7 +299,7 @@ To create a tileset:
299
299
300
300
4. Select the **POST** HTTP method.
301
301
302
-
5. Enter the following URL to the [Tileset service]. The request should look like the following URL (replace `{datasetId`} with the `datasetId` obtained in the [Check the dataset creation status](#check-the-dataset-creation-status) section above:
302
+
5. Enter the following URL to the [Tileset service]. The request should look like the following URL (replace `{datasetId`} with the `datasetId` obtained in the [Check the dataset creation status](#check-the-dataset-creation-status) section:
7. In the response window, select the **Headers** tab.
311
311
312
-
8. Copy the value of the **Operation-Location** key, this is the `status URL`, which you'll use to check the status of the tileset.
312
+
8. Copy the value of the **Operation-Location** key, it contains the `status URL`, which you use to check the status of the tileset.
313
313
314
314
:::image type="content" source="./media/tutorial-creator-indoor-maps/data-tileset-location-url.png" border="true" alt-text="A screenshot of Postman highlighting the status URL that is the value of the operation location key in the responses header.":::
315
315
@@ -357,7 +357,7 @@ Once your tileset creation completes, you can get the `mapConfigurationId` using
357
357
358
358
6. Select **Send**.
359
359
360
-
7. The tileset JSON will appear in the body of the response, scroll down to see the `mapConfigurationId`:
360
+
7. The tileset JSON appears in the body of the response, scroll down to see the `mapConfigurationId`:
0 commit comments