Skip to content

Commit 28e106d

Browse files
Merge pull request #244575 from ambientlight/users/tarasvozniuk/feat/azmaps-control-spatial-updates
Azure Maps: release notes for MapControl 3.0.0-preview.10 and Spatial 0.1.5
2 parents 5bdd148 + 4d621fd commit 28e106d

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

articles/azure-maps/release-notes-map-control.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,27 @@ This document contains information about new features and other changes to the M
1616

1717
## v3 (preview)
1818

19+
### [3.0.0-preview.10] (July 11, 2023)
20+
21+
#### Bug fixes (3.0.0-preview.10)
22+
23+
- Dynamic pixel ratio fixed in underlying maplibre-gl dependency.
24+
25+
- Fixed an issue where `sortKey`, `radialOffset`, `variableAnchor` is not applied when used in `SymbolLayer` options.
26+
27+
#### Installation (3.0.0-preview.10)
28+
29+
The preview is available on [npm][3.0.0-preview.10] and CDN.
30+
31+
- **NPM:** Refer to the instructions at [[email protected]][3.0.0-preview.10]
32+
33+
- **CDN:** Reference the following CSS and JavaScript in the `<head>` element of an HTML file:
34+
35+
```html
36+
<link href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.10/atlas.min.css" rel="stylesheet" />
37+
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3.0.0-preview.10/atlas.min.js"></script>
38+
```
39+
1940
### [3.0.0-preview.9] (June 27, 2023)
2041

2142
#### New features (3.0.0-preview.9)
@@ -24,11 +45,11 @@ This document contains information about new features and other changes to the M
2445

2546
- Elevation APIs: `atlas.sources.ElevationTileSource`, `map.enableElevation(elevationSource, options)`, `map.disableElevation()`
2647

27-
- ability to customize maxPitch / minPitch in `CameraOptions`
48+
- Ability to customize maxPitch / minPitch in `CameraOptions`
2849

2950
#### Bug fixes (3.0.0-preview.9)
3051

31-
- fixed an issue where accessibility-related duplicated DOM elements may result when `map.setServiceOptions` is called
52+
- Fixed an issue where accessibility-related duplicated DOM elements may result when `map.setServiceOptions` is called
3253

3354
#### Installation (3.0.0-preview.9)
3455

@@ -403,6 +424,7 @@ Stay up to date on Azure Maps:
403424
> [!div class="nextstepaction"]
404425
> [Azure Maps Blog]
405426
427+
[3.0.0-preview.10]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.10
406428
[3.0.0-preview.9]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.9
407429
[3.0.0-preview.8]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.8
408430
[3.0.0-preview.7]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.7

articles/azure-maps/release-notes-spatial-module.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ services: azure-maps
1414

1515
This document contains information about new features and other changes to the Azure Maps Spatial IO Module.
1616

17+
## [0.1.5]
18+
19+
### Bug fixes (0.1.5)
20+
21+
- adds missing check in [WmsClient.getFeatureInfoHtml] that decides service capabilities.
22+
1723
## [0.1.4]
1824

1925
### Bug fixes (0.1.4)
@@ -36,6 +42,8 @@ Stay up to date on Azure Maps:
3642
> [!div class="nextstepaction"]
3743
> [Azure Maps Blog]
3844
45+
[WmsClient.getFeatureInfoHtml]: https://learn.microsoft.com/javascript/api/azure-maps-spatial-io/atlas.io.ogc.wfsclient?view=azure-maps-typescript-latest#azure-maps-spatial-io-atlas-io-ogc-wfsclient-getfeatureinfo
46+
[0.1.5]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.5
3947
[0.1.4]: https://www.npmjs.com/package/azure-maps-spatial-io/v/0.1.4
4048
[Azure Maps Spatial IO Samples]: https://samples.azuremaps.com/?search=Spatial%20IO%20Module
4149
[Azure Maps Blog]: https://techcommunity.microsoft.com/t5/azure-maps-blog/bg-p/AzureMapsBlog

0 commit comments

Comments
 (0)