Skip to content

Commit 8d47d18

Browse files
committed
Updated article (api-version=2024-04-01) and added 3 new examples.
1 parent 1f3a7c4 commit 8d47d18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following are examples of custom data:
3131
> [!IMPORTANT]
3232
> In the URL examples, replace `{Your-Azure-Maps-Subscription-key}` with your Azure Maps subscription key.
3333
34-
This article uses the [Bruno] application, but you may use a different API development environment.
34+
This article uses the [Bruno] application, but you can use a different API development environment.
3535

3636
> [!NOTE]
3737
> The examples in this article require an Azure Maps account in the Gen2 pricing tier.
@@ -136,7 +136,7 @@ Similarly, you can change, add, and remove other style modifiers.
136136
137137
## Add a traffic layer
138138
139-
To get a static image with a traffic layer rendered on a roads basemap, use the `trafficLayer` parameter. The following example shows a map with a traffic layer as well as a pin with a label:
139+
To get a static image with a traffic layer rendered on a roads basemap, use the `trafficLayer` parameter. The following example shows a map with a traffic layer and a pin with a label:
140140
141141
1. In the Bruno app, select **New Request**.
142142
@@ -190,7 +190,7 @@ For more information the different styles available using the TilesetId paramete
190190
191191
## Create a map using the imagery style
192192
193-
To get a static image with the imagery style appplied, set the `TilesetId` parameter to `microsoft.imagery`:
193+
To get a static image with the imagery style applied, set the `TilesetId` parameter to `microsoft.imagery`:
194194
195195
1. In the Bruno app, select **New Request**.
196196

0 commit comments

Comments
 (0)