azure-maps-control 2.1.17 → 2.2.1
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 +5 -1
- package/dist/atlas-core-bare-snr.js +22652 -0
- package/dist/atlas-core-bare.js +2684 -441
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +65779 -0
- package/dist/atlas-core.js +2694 -451
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas-internal.min.js +1 -1
- package/dist/atlas.css +6 -6
- package/dist/atlas.js +2683 -440
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +1 -1
- package/package.json +17 -26
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +209 -13
package/ReadMe.md
CHANGED
|
@@ -32,4 +32,8 @@ Alternatively, you can also reference the hosted version of the Azure Maps Web C
|
|
|
32
32
|
|
|
33
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
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.
|
|
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)
|