azure-maps-control 3.0.0-preview.7 → 3.0.0-preview.8
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 +3 -3
- package/dist/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +246 -92
- package/dist/atlas-core-bare.js +256 -102
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +13857 -9969
- package/dist/atlas-core.js +14091 -10203
- package/dist/atlas-core.min.js +4 -4
- package/dist/atlas.css +6 -3
- package/dist/atlas.js +14287 -10193
- package/dist/atlas.min.css +1 -1
- package/dist/atlas.min.js +4 -4
- package/package.json +6 -4
- package/thirdpartynotices.txt +0 -0
package/ReadMe.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Azure Maps Web Control (3.0.0-preview.
|
|
1
|
+
# Azure Maps Web Control (3.0.0-preview.8)
|
|
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
|
|
|
@@ -54,8 +54,8 @@ module.exports = {
|
|
|
54
54
|
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
55
|
|
|
56
56
|
```html
|
|
57
|
-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.
|
|
58
|
-
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.
|
|
57
|
+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.8/atlas.min.css" type="text/css" />
|
|
58
|
+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.8/atlas.min.js"></script>
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
## Developer Resources
|