azure-maps-control 2.2.1 → 2.2.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
@@ -1,39 +1,40 @@
1
- # Azure Maps Web Control
2
-
3
- The [Azure Maps](https://azure.com/maps) Web Control lets you customize interactive maps with your own content and imagery for display in your web or mobile applications. This control makes use of WebGL, allowing you to render large data sets with high performance. Develop with the control using JavaScript or TypeScript.
4
-
5
- ## How to Install
6
-
7
- You can embed the Azure Maps Web Control source code into your app by installing the NPM package:
8
-
9
- > npm install azure-maps-control
10
-
11
- This package includes a minified version of the source code as well as the TypeScript definitions for the Azure Maps Web Control.
12
-
13
-
14
- Alternatively, you can also reference the hosted version of the Azure Maps Web Control by adding the following script tags to your application.
15
-
16
- ```html
17
- <link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
18
- <script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
19
- ```
20
-
21
- ## Developer Resources
22
-
23
- * [Quickstart Guide](https://docs.microsoft.com/azure/azure-maps/quick-demo-map-app)
24
- * [Setup your Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys)
25
- * [Tutorials](https://docs.microsoft.com/azure/azure-maps/tutorial-search-location)
26
- * [How-to Documentation](https://docs.microsoft.com/azure/azure-maps/how-to-use-map-control)
27
- * [API Reference Documentation](https://docs.microsoft.com/javascript/api/azure-maps-control/)
28
- * [Code Samples](https://aka.ms/azuremapssamples)
29
- * [Videos](https://aka.ms/AzureMapsVideos)
30
-
31
- ## Related Packages
32
-
33
- * [Azure Maps Search 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.
34
- * [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.
35
- * [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.
36
-
37
- ## Changelog
38
-
39
- Please refer to [CHANGELOG.md](https://github.com/MicrosoftDocs/azure-iot-docs-sdk-typescript/blob/main/CHANGELOG.md)
1
+ # Azure Maps Web Control
2
+
3
+ The [Azure Maps](https://azure.com/maps) Web Control lets you customize interactive maps with your own content and imagery for display in your web or mobile applications. This control makes use of WebGL, allowing you to render large data sets with high performance. Develop with the control using JavaScript or TypeScript.
4
+
5
+ ## How to Install
6
+
7
+ You can embed the Azure Maps Web Control source code into your app by installing the NPM package:
8
+
9
+ > npm install azure-maps-control
10
+
11
+ This package includes a minified version of the source code as well as the TypeScript definitions for the Azure Maps Web Control.
12
+
13
+ Alternatively, you can also reference the hosted version of the Azure Maps Web Control by adding the following script tags to your application.
14
+
15
+ ```html
16
+ <link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
17
+ <script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
18
+ ```
19
+
20
+ ## Developer Resources
21
+
22
+ * [Quickstart Guide](https://docs.microsoft.com/azure/azure-maps/quick-demo-map-app)
23
+ * [Setup your Azure Maps account](https://docs.microsoft.com/azure/azure-maps/how-to-manage-account-keys)
24
+ * [Tutorials](https://docs.microsoft.com/azure/azure-maps/tutorial-search-location)
25
+ * [How-to Documentation](https://docs.microsoft.com/azure/azure-maps/how-to-use-map-control)
26
+ * [API Reference Documentation](https://docs.microsoft.com/javascript/api/azure-maps-control/)
27
+ * [Code Samples](https://aka.ms/azuremapssamples)
28
+ * [Videos](https://aka.ms/AzureMapsVideos)
29
+
30
+ ## Related Packages
31
+
32
+ * [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.
33
+ * [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.
34
+ * [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 with the Azure Maps web SDK using JavaScript or TypeScript.
35
+ * [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 built using Creator in the Azure Maps Web Control.
36
+ * [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.
37
+
38
+ ## Release Notes
39
+
40
+ Please refer to [Release Notes](https://learn.microsoft.com/azure/azure-maps/release-notes-map-control) for more details.
@@ -62,10 +62,10 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
62
62
 
63
63
  var env = {
64
64
  domain: "atlas.microsoft.com",
65
- staticAssetsDomain: "t-azmaps.azurelbs.com",
65
+ staticAssetsDomain: "atlas.microsoft.com",
66
66
  stylePath: "styling",
67
67
  styleDefinitionsVersion: "2022-08-05",
68
- appInsightsKey: "",
68
+ appInsightsKey: "e96cb745-c6f5-409c-a775-c4313e468c1d",
69
69
  aadInstance: "https://login.windows.net/"
70
70
  };
71
71
  var constants = {
@@ -265,7 +265,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
265
265
  return Url;
266
266
  }());
267
267
 
268
- var version = "2.2.1";
268
+ var version = "2.2.2";
269
269
 
270
270
  /**
271
271
  * A helper class that provides methods for getting various forms of the map controls current version.
@@ -61,12 +61,12 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
61
61
  var mapboxgl__default = 'default' in mapboxgl ? mapboxgl['default'] : mapboxgl;
62
62
 
63
63
  var env = {
64
- domain: "t-azmaps.azurelbs.com",
65
- staticAssetsDomain: "t-azmaps.azurelbs.com",
64
+ domain: "atlas.microsoft.com",
65
+ staticAssetsDomain: "atlas.microsoft.com",
66
66
  stylePath: "styling",
67
67
  styleDefinitionsVersion: "2022-08-05",
68
- appInsightsKey: "",
69
- aadInstance: "https://login.windows-ppe.net/"
68
+ appInsightsKey: "e96cb745-c6f5-409c-a775-c4313e468c1d",
69
+ aadInstance: "https://login.microsoftonline.com/"
70
70
  };
71
71
  var constants = {
72
72
  apiVersionQueryParameter: "api-version",
@@ -265,7 +265,7 @@ EFFET JURIDIQUE. Le présent contrat décrit certains droits juridiques. Vous po
265
265
  return Url;
266
266
  }());
267
267
 
268
- var version = "2.2.1";
268
+ var version = "2.2.2";
269
269
 
270
270
  /**
271
271
  * A helper class that provides methods for getting various forms of the map controls current version.