azure-maps-control 3.6.1 → 3.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/ReadMe.md CHANGED
@@ -53,7 +53,6 @@ module.exports = {
53
53
 
54
54
  If you are using `MapControl` inside [create-react-app](https://create-react-app.dev/) based project, make sure your browserlist settings do not include IE11, since it is no longer supported (`not ie 11`).
55
55
 
56
-
57
56
  ### CDN
58
57
 
59
58
  Alternatively, you can also reference the hosted version of the Azure Maps V3 Web Control by adding the following script tags directly to your application.
@@ -71,15 +70,12 @@ Alternatively, you can also reference the hosted version of the Azure Maps V3 We
71
70
  * [How-to Documentation](https://docs.microsoft.com/azure/azure-maps/how-to-use-map-control)
72
71
  * [API Reference Documentation](https://docs.microsoft.com/javascript/api/azure-maps-control/)
73
72
  * [Code Samples](https://aka.ms/azuremapssamples)
74
- * [Videos](https://aka.ms/AzureMapsVideos)
75
73
 
76
74
  ## Related Packages
77
75
 
78
76
  * [Azure Maps Service Module](https://www.npmjs.com/package/azure-maps-rest) - A JavaScript library that makes it easy to work with the Azure Maps REST services in any web or NodeJS app.
79
77
  * [Azure Maps Drawing Tools Module](https://www.npmjs.com/package/azure-maps-drawing-tools) - A JavaScript library that adds drawing capabilities to the Azure Maps Web control.
80
78
  * [Azure Maps Spatial IO Module](https://www.npmjs.com/package/azure-maps-spatial-io) - A JavaScript library that makes it easy to integrate spatial data.
81
- * [Azure Maps Indoor Module](https://www.npmjs.com/package/azure-maps-indoor) - A JavaScript library that provides a set of tools for adding indoor maps.
82
- * [AirMap plugin for Azure Maps](https://www.npmjs.com/package/js-azure-maps-plugin) - A plugin for the Azure Maps Web Control to view and interact with AirMap's Contextual Airspace Rules.
83
79
 
84
80
  ## release note
85
81