You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/migrate-from-google-maps-web-app.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: 'Tutorial - Migrate a web app from Google Maps to Microsoft Azure Maps'
3
3
description: Tutorial on how to migrate a web app from Google Maps to Microsoft Azure Maps
4
4
author: eriklindeman
5
5
ms.author: eriklind
6
-
ms.date: 12/07/2020
6
+
ms.date: 09/28/2023
7
7
ms.topic: tutorial
8
8
ms.service: azure-maps
9
9
ms.custom:
@@ -31,8 +31,7 @@ Also:
31
31
> * Best practices to improve performance and user experience.
32
32
> * Tips on how to make your application using more advanced features available in Azure Maps.
33
33
34
-
If migrating an existing web application, check to see if it's using an open-source map control library. Examples of open-source map control library are: Cesium, Leaflet, and OpenLayers. You can still migrate your application, even if it uses an open-source map control library, and you don't want to use the Azure Maps Web SDK. In such case, connect your application to the Azure Maps tile services ([road tiles]
35
-
\|[satellite tiles]). The following points detail on how to use Azure Maps in some commonly used open-source map control libraries.
34
+
If migrating an existing web application, check to see if it's using an open-source map control library. Examples of open-source map control library are: Cesium, Leaflet, and OpenLayers. You can still migrate your application, even if it uses an open-source map control library, and you don't want to use the Azure Maps Web SDK. If so, use the [Get Map Tile] API. The following points detail on how to use Azure Maps in some commonly used open-source map control libraries.
36
35
37
36
* Cesium - A 3D map control for the web. [Cesium documentation].
38
37
* Leaflet – Lightweight 2D map control for the web. [Leaflet code sample]\|[Leaflet documentation].
@@ -1845,8 +1844,7 @@ Learn more about migrating to Azure Maps:
1845
1844
[Popup with Media Content]: https://samples.azuremaps.com/?sample=popup-with-media-content
1846
1845
[Popups on Shapes]: https://samples.azuremaps.com/?sample=popups-on-shapes
1847
1846
[Reusing Popup with Multiple Pins]: https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
0 commit comments