Skip to content

Commit 02aea48

Browse files
Merge pull request #303644 from varuntha-MSFT/patch-5
(AzureCXP) fixes MicrosoftDocs/azure-docs#476434
2 parents 0773db3 + 4603443 commit 02aea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-maps/tutorial-route-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ In this tutorial, the route is rendered using a line layer. The start and end po
152152

153153
Next, a symbol layer is created and attached to the data source. This layer specifies how the start and end points are rendered. Expressions were added to retrieve the icon image and text label information from properties on each point object. To learn more about expressions, see [Data-driven style expressions].
154154

155-
2. Next, set the start point at Microsoft, and the end point at a gas station in Seattle. Start and points are created by appending the following code in the Map control's `ready` event handler:
155+
2. Next, set the start point at Microsoft, and the end point at a gas station in Seattle. Start and end points are created by appending the following code in the Map control's `ready` event handler:
156156

157157
```JavaScript
158158
//Create the GeoJSON objects which represent the start and end points of the route.

0 commit comments

Comments
 (0)