Skip to content

Commit 88d2374

Browse files
committed
Updated link text to rest api.
1 parent d32dfd0 commit 88d2374

File tree

2 files changed

+86
-86
lines changed

2 files changed

+86
-86
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Tutorial - Migrate a web app from Google Maps to Microsoft Azure Maps'
33
description: Tutorial on how to migrate a web app from Google Maps to Microsoft Azure Maps
44
author: eriklindeman
55
ms.author: eriklind
6-
ms.date: 12/07/2020
6+
ms.date: 09/28/2023
77
ms.topic: tutorial
88
ms.service: azure-maps
99
ms.custom:
@@ -31,8 +31,7 @@ Also:
3131
> * Best practices to improve performance and user experience.
3232
> * Tips on how to make your application using more advanced features available in Azure Maps.
3333
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.
3635

3736
* Cesium - A 3D map control for the web. [Cesium documentation].
3837
* Leaflet – Lightweight 2D map control for the web. [Leaflet code sample] \| [Leaflet documentation].
@@ -1845,8 +1844,7 @@ Learn more about migrating to Azure Maps:
18451844
[Popup with Media Content]: https://samples.azuremaps.com/?sample=popup-with-media-content
18461845
[Popups on Shapes]: https://samples.azuremaps.com/?sample=popups-on-shapes
18471846
[Reusing Popup with Multiple Pins]: https://samples.azuremaps.com/?sample=reusing-popup-with-multiple-pins
1848-
[road tiles]: /rest/api/maps/render-v2/get-map-tile
1849-
[satellite tiles]: /rest/api/maps/render/getmapimagerytile
1847+
[Get Map Tile]: /rest/api/maps/render-v2/get-map-tile
18501848
[Search Autosuggest with JQuery UI]: https://samples.azuremaps.com/?sample=search-autosuggest-and-jquery-ui
18511849
[Search for points of interest]: map-search-location.md
18521850
[Setting the map view]: #setting-the-map-view

0 commit comments

Comments
 (0)