Skip to content

Commit f5c95a6

Browse files
Apply suggestions from code review
1 parent 2f1fc56 commit f5c95a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Select the **Get map configuration list** button to get a list of every map conf
5656
> "defaultMapConfigurationId": "68d74ad9-4f84-99ce-06bb-19f487e8e692"
5757
> ```
5858
59-
Once the map configuration drop-down list is populated with the IDs of all the map configurations in your creator resource, select the desired map configuration, then the drop-down list of style + tileset tuples appear. The *style + tileset* tuples consists of the style alias or ID, followed by the plus (**+**) sign then the `tilesetId`.
59+
Once the map configuration drop-down list is populated with the IDs of all the map configurations in your creator resource, select the desired map configuration, then the drop-down list of style + tileset tuples appears. The *style + tileset* tuples consists of the style alias or ID, followed by the plus (**+**) sign then the `tilesetId`.
6060
6161
Once you've selected the desired style, select the **Load selected style** button.
6262

articles/azure-maps/how-to-creator-wayfinding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ To check the status of the routeset creation process and retrieve the routesetId
6161
> [!NOTE]
6262
> Get the `operationId` from the Operation-Location key in the response header when creating a new routeset.
6363
64-
1. Copy the value of the **Resource-Location** key from the responses header, it's the resource location URL and contains the `routesetId`:
64+
1. Copy the value of the **Resource-Location** key from the responses header. It's the resource location URL and contains the `routesetId`:
6565
6666
> https://us.atlas.microsoft.com/routesets/**675ce646-f405-03be-302e-0d22bcfe17e8**?api-version=2022-09-01-preview
6767
68-
Make a note of the `routesetId`, it's required parameter in all [wayfinding](#get-a-wayfinding-path) requests, and when your [Get the facility ID].
68+
Make a note of the `routesetId`. It's required in all [wayfinding](#get-a-wayfinding-path) requests and when you [Get the facility ID].
6969
7070
### Get the facility ID
7171

0 commit comments

Comments
 (0)