Skip to content

Commit 3c58bcd

Browse files
authored
Merge pull request #285927 from stevemunk/attribute-update-map-events
Updated images in article 'Handle map events' to show the new attribute and added lightbox to images.
2 parents aefb667 + 802ed0d commit 3c58bcd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-maps/map-events.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Learn which events are fired when users interact with maps. View a list of all supported map events. See how to use the Azure Maps Web SDK to handle events.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 06/12/2023
7+
ms.date: 08/30/2024
88
ms.topic: how-to
99
ms.service: azure-maps
1010
ms.subservice: web-sdk
@@ -18,7 +18,7 @@ This article shows you how to use [map events class]. The property highlight eve
1818

1919
The [Map Events] sample highlights the name of the events that are firing as you interact with the map. For the source code for this sample, see [Map Events source code].
2020

21-
:::image type="content" source="./media/map-events/map-events.png"alt-text="A screenshot showing a map with a list of map events that are highlighted anytime your actions on the map trigger that event.":::
21+
:::image type="content" source="./media/map-events/map-events.png" lightbox="./media/map-events/map-events.png" alt-text="A screenshot showing a map with a list of map events that are highlighted anytime your actions on the map trigger that event.":::
2222

2323
<!-----------------------------------------------------------------------
2424
> [!VIDEO //codepen.io/azuremaps/embed/bLZEWd/?height=600&theme-id=0&default-tab=js,result&embed-version=2&editable=true]
@@ -28,7 +28,7 @@ The [Map Events] sample highlights the name of the events that are firing as you
2828

2929
The [Layer Events] sample highlights the name of the events that are firing as you interact with the Symbol Layer. The symbol, bubble, line, and polygon layer all support the same set of events. The heat map and tile layers don't support any of these events. For the source code for this sample, see [Layer Events source code].
3030

31-
:::image type="content" source="./media/map-events/layer-events.png"alt-text="A screenshot showing a map with a list of layer events that are highlighted anytime you interact with the Symbol Layer.":::
31+
:::image type="content" source="./media/map-events/layer-events.png" lightbox="./media/map-events/layer-events.png" alt-text="A screenshot showing a map with a list of layer events that are highlighted anytime you interact with the Symbol Layer.":::
3232

3333
<!-----------------------------------------------------------------------
3434
> [!VIDEO //codepen.io/azuremaps/embed/bQRRPE/?height=600&theme-id=0&default-tab=js,result&embed-version=2&editable=true]
@@ -38,7 +38,7 @@ The [Layer Events] sample highlights the name of the events that are firing as y
3838

3939
The [HTML marker layer events] sample highlights the name of the events that are firing as you interact with the HTML marker layer. For the source code for this sample, see [HTML marker layer Events source code].
4040

41-
:::image type="content" source="./media/map-events/html-marker-layer-events.png"alt-text="A screenshot showing a map with a list of HTML marker layer events that are highlighted anytime your actions on the map trigger that event.":::
41+
:::image type="content" source="./media/map-events/html-marker-layer-events.png" lightbox="./media/map-events/html-marker-layer-events.png" alt-text="A screenshot showing a map with a list of HTML marker layer events that are highlighted anytime your actions on the map trigger that event.":::
4242

4343
<!-----------------------------------------------------------------------
4444
> [!VIDEO //codepen.io/azuremaps/embed/VVzKJY/?height=500&theme-id=0&default-tab=js,result&embed-version=2&editable=true]
1.3 KB
Loading
-11.4 KB
Loading
-64.8 KB
Loading

0 commit comments

Comments
 (0)