azure-maps-control 3.0.1 → 3.0.3
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 +2 -2
- package/dist/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +41 -16
- package/dist/atlas-core-bare.js +59 -33
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +651 -235
- package/dist/atlas-core.js +669 -252
- package/dist/atlas-core.min.js +4 -4
- package/dist/atlas-esm.js +117160 -0
- package/dist/atlas-esm.min.js +108 -0
- package/dist/atlas.js +669 -252
- package/dist/atlas.min.js +4 -4
- package/package.json +7 -4
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +17 -16
package/ReadMe.md
CHANGED
|
@@ -59,8 +59,8 @@ If you are using `MapControl` inside [create-react-app](https://create-react-app
|
|
|
59
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.
|
|
60
60
|
|
|
61
61
|
```html
|
|
62
|
-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3
|
|
63
|
-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3
|
|
62
|
+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css" type="text/css" />
|
|
63
|
+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script>
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
## Developer Resources
|