azure-maps-control 3.0.0-preview.7 → 3.0.0-preview.9

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,4 +1,4 @@
1
- # Azure Maps Web Control (3.0.0-preview.7)
1
+ # Azure Maps Web Control (3.0.0-preview.9)
2
2
 
3
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
4
 
@@ -49,13 +49,18 @@ module.exports = {
49
49
  };
50
50
  ```
51
51
 
52
+ #### Additional notes
53
+
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
+
56
+
52
57
  ### CDN
53
58
 
54
59
  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.
55
60
 
56
61
  ```html
57
- <link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.7/atlas.min.css" type="text/css" />
58
- <script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.7/atlas.min.js"></script>
62
+ <link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.9/atlas.min.css" type="text/css" />
63
+ <script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.9/atlas.min.js"></script>
59
64
  ```
60
65
 
61
66
  ## Developer Resources