Skip to content

Commit 218788d

Browse files
authored
Merge pull request #111220 from stevemunk/supported-browsers-CodePen
Removed CodePen sample and added a link to the Azure Maps Samples in article: Web SDK supported browsers
2 parents cf408bb + 6660fb0 commit 218788d

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

articles/azure-maps/supported-browsers.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
title: Web SDK supported browsers | Microsoft Azure Maps
2+
title: Web SDK supported browsers
3+
titleSuffix: Microsoft Azure Maps
34
description: Find out how to check whether the Azure Maps Web SDK supports a browser. View a list of supported browsers. Learn how to use map services with legacy browsers.
45
author: eriklindeman
56
ms.author: eriklind
6-
ms.date: 03/25/2019
7-
ms.topic: conceptual
7+
ms.date: 06/22/2023
8+
ms.topic: how-to
89
ms.service: azure-maps
910
ms.custom: devx-track-js
1011
---
@@ -57,23 +58,32 @@ The following Web SDK modules are also supported in Node.js:
5758

5859
## <a name="Target-Legacy-Browsers"></a>Target legacy browsers
5960

60-
You might want to target older browsers that don't support WebGL or that have only limited support for it. In such cases, we recommend that you use Azure Maps services together with an open-source map control like [Leaflet](https://leafletjs.com/). Here's an example that makes use of the open source [Azure Maps Leaflet plugin](https://github.com/azure-samples/azure-maps-leaflet).
61+
You might want to target older browsers that don't support WebGL or that have only limited support for it. In such cases, you can use Azure Maps services together with an open-source map control like [Leaflet](https://leafletjs.com/).
6162

62-
<br/>
63+
The [Render Azure Maps in Leaflet] Azure Maps sample shows how to render Azure Maps Raster Tiles in the Leaflet JS map control. This sample uses the open source [Azure Maps Leaflet plugin]. For the source code for this sample, see [Render Azure Maps in Leaflet sample source code].
6364

65+
<!----------------------------------------
6466
<iframe height="500" scrolling="no" title="Azure Maps + Leaflet" src="//codepen.io/azuremaps/embed/GeLgyx/?height=500&theme-id=0&default-tab=html,result" frameborder="no" allowtransparency="true" allowfullscreen="true">
6567
See the Pen <a href='https://codepen.io/azuremaps/pen/GeLgyx/'>Azure Maps + Leaflet</a> by Azure Maps
66-
(<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.
67-
</iframe>
68+
(<a href='https://codepen.io/azuremaps'>@azuremaps</a>) on <a href='https://codepen.io'>CodePen</a>.</iframe>
69+
---------------------------------------->
6870

69-
For code samples using Azure Maps in Leaflet, see [Azure Maps Samples](https://samples.azuremaps.com/?search=leaflet).
71+
For more code samples using Azure Maps in Leaflet, see [Azure Maps Samples].
7072

71-
For a list of third-party map control plug-ins, see [Azure Maps community - Open-source projects](open-source-projects.md#third-part-map-control-plugins).
73+
For a list of third-party map control plug-ins, see [Azure Maps community - Open-source projects].
7274

7375
## Next steps
7476

7577
Learn more about the Azure Maps Web SDK:
7678

77-
[Map control](how-to-use-map-control.md)
79+
> [!div class="nextstepaction"]
80+
> [Map control](how-to-use-map-control.md)
7881
79-
[Services module](how-to-use-services-module.md)
82+
> [!div class="nextstepaction"]
83+
> [Services module](how-to-use-services-module.md)
84+
85+
[Render Azure Maps in Leaflet]: https://samples.azuremaps.com/third-party-map-controls/render-azure-maps-in-leaflet
86+
[Render Azure Maps in Leaflet sample source code]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples/Third%20Party%20Map%20Controls/Render%20Azure%20Maps%20in%20Leaflet/Render%20Azure%20Maps%20in%20Leaflet.html
87+
[Azure Maps Leaflet plugin]: https://github.com/azure-samples/azure-maps-leaflet
88+
[Azure Maps Samples]: https://samples.azuremaps.com/?search=leaflet
89+
[Azure Maps community - Open-source projects]: open-source-projects.md#third-part-map-control-plugins

0 commit comments

Comments
 (0)