Skip to content

Commit d5a12fa

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs
Updated line number 155 From start and points To start and end points
1 parent c07f12d commit d5a12fa

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)