You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/map-add-line-layer.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Add a line layer to a map | Microsoft Azure Maps
3
3
description: Learn how to add lines to maps. See examples that use the Azure Maps Web SDK to add line layers to maps and to customize lines with symbols and color gradients.
The following screenshot shows a sample of the above functionality.
37
37
38
-
:::image type="content" source="./media/map-add-line-layer/add-line-layer.png"alt-text="A screenshot showing a line layer on an Azure Maps map.":::
38
+
:::image type="content" source="./media/map-add-line-layer/add-line-layer.png" lightbox="./media/map-add-line-layer/add-line-layer.png" alt-text="A screenshot showing a line layer on an Azure Maps map.":::
:::image type="content" source="./media/map-add-line-layer/add-symbols-along-a-line.png"alt-text="A screenshot showing a line layer on an Azure Maps map with arrow symbols along the line.":::
126
+
:::image type="content" source="./media/map-add-line-layer/add-symbols-along-a-line.png" lightbox="./media/map-add-line-layer/add-symbols-along-a-line.png" alt-text="A screenshot showing a line layer on an Azure Maps map with arrow symbols along the line.":::
@@ -150,7 +150,7 @@ For a fully functional sample that shows how to apply a stroke gradient to a lin
150
150
151
151
The Line layer has several styling options. For a fully functional sample that interactively demonstrates the line options, see [Line Layer Options] in the [Azure Maps Samples]. For the source code for this sample, see [Line Layer Options source code].
152
152
153
-
:::image type="content" source="./media/map-add-line-layer/line-layer-options.png"alt-text="A screenshot showing the Line Layer Options sample that shows how the different options of the line layer affect rendering.":::
153
+
:::image type="content" source="./media/map-add-line-layer/line-layer-options.png" lightbox="./media/map-add-line-layer/line-layer-options.png" alt-text="A screenshot showing the Line Layer Options sample that shows how the different options of the line layer affect rendering.":::
0 commit comments