Skip to content

Commit 5e2a4b3

Browse files
author
Jill Grant
authored
Merge pull request #257045 from stevemunk/tutorial-prioritized-routes-update-screenshots
updated images: Tutorial: Find and display routes for different modes of travel using Azure Maps
2 parents b410f8e + d500497 commit 5e2a4b3

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
-456 KB
Loading
-47 KB
Loading
-350 KB
Loading

articles/azure-maps/tutorial-prioritized-routes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The following steps show you how to create and display the Map control in a web
131131

132132
2. Save the **MapTruckRoute.html** file and refresh the page in your browser. If you zoom into any city, like Los Angeles, the streets display with current traffic flow data.
133133

134-
:::image type="content" source="./media/tutorial-prioritized-routes/traffic-map.png" alt-text="A screenshot that shows a map of Los Angeles, with the streets displaying traffic flow data.":::
134+
:::image type="content" source="./media/tutorial-prioritized-routes/traffic-map.png" lightbox="./media/tutorial-prioritized-routes/traffic-map.png" alt-text="A screenshot that shows a map of Los Angeles, with the streets displaying traffic flow data.":::
135135

136136
<a id="queryroutes"></a>
137137

@@ -214,7 +214,7 @@ In this tutorial, two routes are calculated on the map. The first route is calcu
214214

215215
3. Save **TruckRoute.html** and refresh your browser. The map is now centered over Seattle. The blue teardrop pin marks the start point. The round blue pin marks the end point.
216216

217-
:::image type="content" source="./media/tutorial-prioritized-routes/pins-map.png" alt-text="A screenshot that shows a map with a route containing a blue teardrop pin marking the start point and a blue round pin marking the end point.":::
217+
:::image type="content" source="./media/tutorial-prioritized-routes/pins-map.png" lightbox="./media/tutorial-prioritized-routes/pins-map.png" alt-text="A screenshot that shows a map with a route containing a blue teardrop pin marking the start point and a blue round pin marking the end point.":::
218218

219219
<a id="multipleroutes"></a>
220220

@@ -303,7 +303,7 @@ This section shows you how to use the Azure Maps Route service to get directions
303303

304304
4. Save the **TruckRoute.html** file and refresh your web browser. The map should now display both the truck and car routes.
305305

306-
:::image type="content" source="./media/tutorial-prioritized-routes/prioritized-routes.png" alt-text="A screenshot that displays both a private as well as a commercial vehicle route on a map using the Azure Route Service.":::
306+
:::image type="content" source="./media/tutorial-prioritized-routes/prioritized-routes.png" lightbox="./media/tutorial-prioritized-routes/prioritized-routes.png" alt-text="A screenshot that displays both a private as well as a commercial vehicle route on a map using the Azure Route Service.":::
307307

308308
* The truck route is displayed using a thick blue line and the car route is displayed using a thin purple line.
309309
* The car route goes across Lake Washington via I-90, passing through tunnels beneath residential areas. Because the tunnels are in residential areas, hazardous waste cargo is restricted. The truck route, which specifies a `USHazmatClass2` cargo type, is directed to use a different route that doesn't have this restriction.

0 commit comments

Comments
 (0)