Skip to content

Commit f92072a

Browse files
authored
alt text
1 parent b8a032c commit f92072a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ When using a Symbol layer, the data must be added to a data source, and the data
472472

473473
Custom images can be used to represent points on a map. The following image is used in the below examples and uses a custom image to display a point on the map at (latitude: 51.5, longitude: -0.2) and offsets the position of the marker so that the point of the pushpin icon aligns with the correct position on the map.
474474

475-
| ![Azure Maps add puspin](media/migrate-bing-maps-web-app/yellow-pushpin.png)|
475+
| ![Azure Maps add pushpin.](media/migrate-bing-maps-web-app/yellow-pushpin.png)|
476476
|:-----------------------------------------------------------------------:|
477477
| yellow-pushpin.png |
478478

@@ -1622,7 +1622,7 @@ In Azure Maps, the drawing tools module needs to be loaded by loading the JavaSc
16221622
</html>
16231623
```
16241624

1625-
:::image type="content" source="./media/migrate-bing-maps-web-app/azure-maps-drawing-tools.jpg" lightbox="./media/migrate-bing-maps-web-app/azure-maps-drawing-tools-l.jpg" alt-text="Screenshot showing the Azure Maps drawing tools":::
1625+
:::image type="content" source="./media/migrate-bing-maps-web-app/azure-maps-drawing-tools.jpg" lightbox="./media/migrate-bing-maps-web-app/azure-maps-drawing-tools-l.jpg" alt-text="Screenshot showing the Azure Maps drawing tools.":::
16261626

16271627
> [!TIP]
16281628
> In Azure Maps layers the drawing tools provide multiple ways that users can draw shapes. For example, when drawing a polygon the user can click to add each point, or hold the left mouse button down and drag the mouse to draw a path. This can be modified using the `interactionType` option of the `DrawingManager`.

0 commit comments

Comments
 (0)