Skip to content

Commit 8d87c58

Browse files
committed
fixed merged errors
1 parent c8e282c commit 8d87c58

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

articles/azure-maps/how-to-render-custom-data.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Render custom data on a raster map in Microsoft Azure Maps
33
description: Learn how to add pushpins, labels, and geometric shapes to a raster map. See how to use the static image service in Azure Maps for this purpose.
44
author: anastasia-ms
55
ms.author: v-stharr
6-
ms.date: 06/22/2021
6+
ms.date: 07/02/2021
77
ms.topic: how-to
88
ms.service: azure-maps
99
services: azure-maps
@@ -185,25 +185,11 @@ To check the status of the data upload and retrieve its unique ID (`udid`):
185185
https://us.atlas.microsoft.com/mapData/operations/{statusUrl}?api-version=2.0&subscription-key={subscription-key}
186186
```
187187

188-
6. Using Postman, make a GET request with the above URL. In the response header retrieve the operations metadata URL from the `Resource-Location` property. This URI will be of the following format.
189-
190-
```HTTP
191-
https://us.atlas.microsoft.com/mapData/metadata/{uid}?api-version=2.0
192-
```
193-
194-
7. Copy the operations metadata URI and append the subscription-key parameter to it with the value of your Azure Maps account subscription key. Use the same account subscription key that you used to upload the data. The status URI format should look like the one below:
195-
196-
```HTTP
197-
https://us.atlas.microsoft.com/mapData/metadata/{uid}?api-version=2.0?api-version=1.0&subscription-key={Subscription-key}
198-
```
199-
200-
8. To get the udId, open a new tab in the Postman app. Select GET HTTP method on the builder tab. Make a GET request at the status URI. If your data upload was successful, you'll receive a udId in the response body. Copy the udId.
201-
202-
9. Select **Send**.
188+
6. Select **Send**.
203189

204-
10. In the response window, select the **Headers** tab.
190+
7. In the response window, select the **Headers** tab.
205191

206-
11. Copy the value of the **Resource-Location** key, which is the `resource location URL`. The `resource location URL` contains the unique identifier (`udid`) of the drawing package resource.
192+
8. Copy the value of the **Resource-Location** key, which is the `resource location URL`. The `resource location URL` contains the unique identifier (`udid`) of the drawing package resource.
207193

208194
:::image type="content" source="./media/how-to-render-custom-data/resource-location-url.png" alt-text="Copy the resource location URL.":::
209195

0 commit comments

Comments
 (0)