Skip to content

Commit af60441

Browse files
committed
Updated or removed links
1 parent f31c2aa commit af60441

File tree

4 files changed

+3
-19
lines changed

4 files changed

+3
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Azure Maps
44
description: Learn how to add and localize maps to web and mobile applications by using the Map Control client-side JavaScript library in Azure Maps.
55
author: sinnypan
66
ms.author: sipa
7-
ms.date: 06/29/2023
7+
ms.date: 02/11/2025
88
ms.topic: how-to
99
ms.service: azure-maps
1010
ms.subservice: web-sdk

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

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1703,8 +1703,6 @@ Learn more about migrating from Bing Maps to Azure Maps.
17031703
[Azure Maps Glossary]: glossary.md
17041704
[Azure Maps React Component]: https://github.com/WiredSolutions/react-azure-maps
17051705
[AzureMapsControl.Components]: https://github.com/arnaudleclerc/AzureMapsControl.Components
1706-
[Cesium plugin]: /samples/azure-samples/azure-maps-cesium/azure-maps-cesium-js-plugin
1707-
[Cesium]: https://www.cesium.com/
17081706
[Choose a map style]: choose-map-style.md
17091707
[Cluster point data]: clustering-point-data-web-sdk.md
17101708
[Clustering point data in the Web SDK]: clustering-point-data-web-sdk.md
@@ -1720,9 +1718,6 @@ Learn more about migrating from Bing Maps to Azure Maps.
17201718
[HTML marker class]: /javascript/api/azure-maps-control/atlas.htmlmarker
17211719
[HTML marker options]: /javascript/api/azure-maps-control/atlas.htmlmarkeroptions
17221720
[Image layer class]: /javascript/api/azure-maps-control/atlas.layer.imagelayer
1723-
[Leaflet code samples]: https://samples.azuremaps.com/?search=leaflet
1724-
[Leaflet plugin]: /samples/azure-samples/azure-maps-leaflet/azure-maps-leaflet-plugin
1725-
[Leaflet]: https://leafletjs.com/
17261721
[Line layer options]: /javascript/api/azure-maps-control/atlas.linelayeroptions
17271722
[Load a map]: #load-a-map
17281723
[Localization support in Azure Maps]: supported-languages.md
@@ -1743,10 +1738,8 @@ Learn more about migrating from Bing Maps to Azure Maps.
17431738
[Microsoft.Maps.Traffic]: /bingmaps/v8-web-control/modules/traffic-module/
17441739
[Microsoft.Maps.SpatialMath]: /bingmaps/v8-web-control/modules/spatial-math-module/
17451740
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
1746-
[OpenLayers plugin]: /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
1747-
[OpenLayers]: https://openlayers.org/
1748-
[open-source Azure Maps Web SDK modules]: open-source-projects.md#open-web-sdk-modules
1749-
[open-source modules for the web SDK]: open-source-projects.md#open-web-sdk-modules
1741+
[open-source Azure Maps Web SDK modules]: open-source-projects.md#-source-web-sdk-modules
1742+
[open-source modules for the web SDK]: open-source-projects.md#-source-web-sdk-modules
17501743
[Overlay a tile layer]: #overlay-a-tile-layer
17511744
[Overlay an image]: map-add-image-layer.md
17521745
[Polygon layer options]: /javascript/api/azure-maps-control/atlas.polygonlayeroptions
@@ -1755,13 +1748,10 @@ Learn more about migrating from Bing Maps to Azure Maps.
17551748
[Popup with Media Content]: https://samples.azuremaps.com/?sample=popup-with-media-content
17561749
[Popups on Shapes]: https://samples.azuremaps.com/?sample=popups-on-shapes
17571750
[Pushpin clustering]: #pushpin-clustering
1758-
[Render]: /rest/api/maps/render
17591751
[Reusing Popup with Multiple Pins]: https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
17601752
[REST SDK]: rest-sdk-developer-guide.md
17611753
[Route API]: /rest/api/maps/route
17621754
[Route Matrix API]: /rest/api/maps/route/post-route-matrix
1763-
[road tiles]: /rest/api/maps/render/get-map-tile
1764-
[satellite tiles]: /rest/api/maps/render/get-map-static-image
17651755
[Setting the map view]: #setting-the-map-view
17661756
[Search API]: /rest/api/maps/search
17671757
[Shared Key authentication]: azure-maps-authentication.md#shared-key-authentication

articles/azure-maps/quick-demo-map-app.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ This quickstart demonstrates how to use Azure Maps to create a map that gives us
1919
* Get your Azure Maps subscription key to use in the demo web application.
2020
* Download and open the demo map application.
2121

22-
This quickstart uses the Azure Maps Web SDK, however the Azure Maps service can be used with any map control, such as these popular [open-source map controls] that the Azure Maps team has created plugin's for.
23-
2422
## Prerequisites
2523

2624
* If you don't have an Azure subscription, create a [free account] before you begin.
@@ -102,7 +100,6 @@ In this quickstart, you created an Azure Maps account and a demo application. Ta
102100
> [!div class="nextstepaction"]
103101
> [Search nearby points of interest with Azure Maps]
104102
105-
[Azure Active Directory]: azure-maps-authentication.md#azure-ad-authentication
106103
[Azure portal]: https://portal.azure.com
107104
[Find an address with Azure Maps search service]: how-to-search-for-address.md
108105
[free account]: https://azure.microsoft.com/free/?WT.mc_id=A261C142F

articles/azure-maps/supported-browsers.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ The [Render Azure Maps in Leaflet] Azure Maps sample shows how to render Azure M
6969

7070
For more code samples using Azure Maps in Leaflet, see [Azure Maps Samples].
7171

72-
For a list of third-party map control plug-ins, see [Azure Maps community - Open-source projects].
73-
7472
## Next steps
7573

7674
Learn more about the Azure Maps Web SDK:
@@ -82,7 +80,6 @@ Learn more about the Azure Maps Web SDK:
8280
> [Services module]
8381
8482
[atlas.isSupported]: /javascript/api/azure-maps-control/atlas#issupported-boolean-
85-
[Azure Maps community - Open-source projects]: open-source-projects.md#third-party-map-control-plugins
8683
[Azure Maps Leaflet plugin]: https://github.com/azure-samples/azure-maps-leaflet
8784
[Azure Maps Samples]: https://samples.azuremaps.com/?search=leaflet
8885
[documentation]: how-to-use-services-module.md

0 commit comments

Comments
 (0)