Skip to content

Commit dcec629

Browse files
author
Scott Kang
committed
add more modules and links
1 parent de4c7b9 commit dcec629

File tree

1 file changed

+32
-24
lines changed

1 file changed

+32
-24
lines changed

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

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,33 @@ If you don't have an Azure subscription, create a [free account] before you begi
4444

4545
The following table lists key API features in the Bing Maps V8 JavaScript SDK and the support of a similar API in the Azure Maps Web SDK.
4646

47-
| Bing Maps feature | Bing Maps module | Azure Maps Web SDK support |
48-
|--------------------------|-------------------------------------|:---------------------------------------------------------------------:|
49-
| Pushpins | ||
50-
| Pushpin clustering | [Microsoft.Maps.Clustering] ||
51-
| Polylines & Polygons | ||
52-
| Ground Overlays | ||
53-
| Heat maps | [Microsoft.Maps.HeatMap] ||
54-
| Tile Layers | ||
55-
| KML Layer | [Microsoft.Maps.GeoXml] ||
56-
| Contour layer | [Microsoft.Maps.Contour] | [Contour layer code samples] |
57-
| Data binning layer | [Microsoft.Maps.DataBinning] | N/A |
58-
| Animated tile layer | | Included in the open-source Azure Maps [Animation module] |
59-
| Drawing tools | [Microsoft.Maps.DrawingTools] ||
60-
| Geocoder service | [Microsoft.Maps.Search] |[Search API] or [REST SDK] |
61-
| Directions service | [Microsoft.Maps.Directions] |[Route API] |
62-
| Distance Matrix service | |[Route Matrix API] |
63-
| Spatial Data service | [Microsoft.Maps.SpatialDataService] | N/A |
64-
| Satellite/Aerial imagery | ||
65-
| Birds eye imagery | | N/A |
66-
| Streetside imagery | | N/A |
67-
| GeoJSON support | [Microsoft.Maps.GeoJson] ||
68-
| GeoXML support | [Microsoft.Maps.GeoXml] |[Spatial IO module] |
69-
| Well-Known Text support | [Microsoft.Maps.WellKnownText] ||
70-
| Custom map styles | | Partial |
47+
| Bing Maps feature | Bing Maps module | Azure Maps Web SDK support |
48+
|--------------------------|-------------------------------------|:----------------------------------------------------------------------:|
49+
| Pushpins | ||
50+
| Pushpin clustering | [Microsoft.Maps.Clustering] |[Pushpin clustering] |
51+
| Polylines & Polygons | ||
52+
| Ground Overlays | ||
53+
| Heat maps | [Microsoft.Maps.HeatMap] |[Add a heat map] |
54+
| Tile Layers | ||
55+
| KML Layer | [Microsoft.Maps.GeoXml] |[Spatial IO module] |
56+
| Contour layer | [Microsoft.Maps.Contour] |[Contour layer code samples] |
57+
| Data binning layer | [Microsoft.Maps.DataBinning] | ✓ Included in the open-source Azure Maps [Gridded Data Source module] |
58+
| Animated tile layer | | ✓ Included in the open-source Azure Maps [Animation module] |
59+
| Drawing tools | [Microsoft.Maps.DrawingTools] |[Add drawing tools] |
60+
| Geocoder service | [Microsoft.Maps.Search] |[Search API] or [REST SDK] |
61+
| Directions service | [Microsoft.Maps.Directions] |[Route API] |
62+
| Distance Matrix service | |[Route Matrix API] |
63+
| Spatial Data service | [Microsoft.Maps.SpatialDataService] | N/A |
64+
| Satellite/Aerial imagery | |[Choose a map style] |
65+
| Birds eye imagery | | N/A |
66+
| Streetside imagery | | N/A |
67+
| GeoJSON support | [Microsoft.Maps.GeoJson] ||
68+
| GeoXML support | [Microsoft.Maps.GeoXml] |[Spatial IO module] |
69+
| Well-Known Text support | [Microsoft.Maps.WellKnownText] |[Spatial IO module] |
70+
| Indoor maps | [Microsoft.Maps.VenueMaps] |[Creator] |
71+
| Traffic flow | [Microsoft.Maps.Traffic] |[Traffic control] |
72+
| Spatial math | [Microsoft.Maps.SpatialMath] |[atlas.math samples] or [turf js] |
73+
| Custom map styles | | Partial |
7174

7275
Azure Maps more [open-source modules for the web SDK] that extend its capabilities.
7376

@@ -1695,6 +1698,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
16951698
[atlas.data.Position.fromLatLng]: /javascript/api/azure-maps-control/atlas.data.position
16961699
[atlas.io.read function]: /javascript/api/azure-maps-spatial-io/atlas.io#read-string---arraybuffer---blob--spatialdatareadoptions-
16971700
[atlas.layer.ImageLayer.getCoordinatesFromEdges]: /javascript/api/azure-maps-control/atlas.layer.imagelayer#getcoordinatesfromedges-number--number--number--number--number-
1701+
[atlas.math samples]: https://samples.azuremaps.com/?search=math
16981702
[atlas.Shape]: /javascript/api/azure-maps-control/atlas.shape
16991703
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
17001704
[Azure Maps Glossary]: glossary.md
@@ -1707,6 +1711,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
17071711
[Clustering point data in the Web SDK]: clustering-point-data-web-sdk.md
17081712
[Contour layer code samples]: https://samples.azuremaps.com/?search=contour
17091713
[Create a data source]: create-data-source-web-sdk.md
1714+
[Creator]: tutorial-creator-indoor-maps.md
17101715
[Display an infobox]: #display-an-infobox
17111716
[Drawing tools module code samples]: https://samples.azuremaps.com#drawing-tools-module
17121717
[free account]: https://azure.microsoft.com/free/
@@ -1735,6 +1740,9 @@ Learn more about migrating from Bing Maps to Azure Maps.
17351740
[Microsoft.Maps.SpatialDataService]: /bingmaps/v8-web-control/modules/spatial-data-service-module/
17361741
[Microsoft.Maps.GeoJson]: /bingmaps/v8-web-control/modules/geojson-module/
17371742
[Microsoft.Maps.WellKnownText]: /bingmaps/v8-web-control/modules/well-known-text-module
1743+
[Microsoft.Maps.VenueMaps]: /bingmaps/v8-web-control/modules/venue-map-module/
1744+
[Microsoft.Maps.Traffic]: /bingmaps/v8-web-control/modules/traffic-module/
1745+
[Microsoft.Maps.SpatialMath]: /bingmaps/v8-web-control/modules/spatial-math-module/
17381746
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
17391747
[OpenLayers plugin]: /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
17401748
[OpenLayers]: https://openlayers.org/

0 commit comments

Comments
 (0)