Skip to content

Commit 94b74dc

Browse files
committed
Updated images to show the new attribute and added lightbox to images.
1 parent b3b7d83 commit 94b74dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/azure-maps/how-to-use-map-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ For a list of supported languages and regional views, see [Localization support
238238

239239
Beginning with Azure Maps Web SDK 3.0, the Web SDK includes full compatibility with [WebGL 2], a powerful graphics technology that enables hardware-accelerated rendering in modern web browsers. By using WebGL 2, developers can harness the capabilities of modern GPUs to render complex maps and visualizations more efficiently, resulting in improved performance and visual quality.
240240

241-
![Map image showing WebGL 2 Compatibility.](./media/how-to-use-map-control/webgl-2-compatability.png)
241+
:::image type="content" source="./media/how-to-use-map-control/webgl-2-compatability.png" alt-text="Screenshot of a map image showing WebGL 2 Compatibility." lightbox="./media/how-to-use-map-control/webgl-2-compatability.png":::
242242

243243
```html
244244
<!DOCTYPE html>
@@ -249,7 +249,7 @@ Beginning with Azure Maps Web SDK 3.0, the Web SDK includes full compatibility w
249249
<title>WebGL2 - Azure Maps Web SDK Samples</title>
250250
<link href=https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css rel="stylesheet"/>
251251
<script src=https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js></script>
252-
<script src="https://unpkg.com/deck.gl@latest/dist.min.js"></script>
252+
<script src="https://unpkg.com/deck.gl@^8/dist.min.js"></script>
253253
<style>
254254
html,
255255
body {
858 KB
Loading

0 commit comments

Comments
 (0)