azure-maps-control 3.0.0 → 3.0.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 +2 -2
- package/dist/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +42 -26
- package/dist/atlas-core-bare.js +2836 -1484
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +472 -207
- package/dist/atlas-core.js +3266 -1665
- package/dist/atlas-core.min.js +4 -3
- package/dist/atlas-internal.min.js +1 -1
- package/dist/atlas.css +2 -2
- package/dist/atlas.js +3266 -1665
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +4 -3
- package/package.json +12 -16
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +70 -31
package/ReadMe.md
CHANGED
|
@@ -4,12 +4,12 @@ The [Azure Maps](https://azure.com/maps) Web Control lets you customize interact
|
|
|
4
4
|
|
|
5
5
|
## How to Install
|
|
6
6
|
|
|
7
|
-
You can embed the Azure Maps V3 Web Control source code into your app by installing the NPM package
|
|
7
|
+
You can embed the Azure Maps V3 Web Control source code into your app by installing the NPM package:
|
|
8
8
|
|
|
9
9
|
### NPM
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
npm install azure-maps-control
|
|
12
|
+
npm install azure-maps-control
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
This package includes a minified version of the source code, CSS stylesheet, as well as the TypeScript definitions for the Azure Maps Web Control.
|