Skip to content

Commit c8b3c13

Browse files
authored
Merge pull request #285637 from stevemunk/attribute-update-websdk-map-add-bubble-layer
Updated images in 'Add a bubble layer to a map' article to show the new attribute.
2 parents 08e040e + 67b83cd commit c8b3c13

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

articles/azure-maps/map-add-bubble-layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a Bubble layer to a map | Microsoft Azure Maps
33
description: Learn how to render points on maps as circles with fixed sizes. See how to use the Azure Maps Web SDK to add and customize bubble layers for this purpose.
44
author: sinnypan
55
ms.author: sipa
6-
ms.date: 05/15/2023
6+
ms.date: 08/27/2024
77
ms.topic: how-to
88
ms.service: azure-maps
99
ms.subservice: web-sdk
@@ -62,7 +62,7 @@ This code shows you how to use a bubble layer to render a point on the map and a
6262

6363
```javascript
6464
//Create an instance of the map control and set some options.
65-
function InitMap()
65+
function InitMap() {
6666

6767
var map = new atlas.Map('myMap', {
6868
center: [-122.336641, 47.627631],
92.8 KB
Loading
50.8 KB
Loading
39.4 KB
Loading

0 commit comments

Comments
 (0)