Skip to content

Commit 638b5ec

Browse files
Merge pull request #231965 from ambientlight/users/tarasvozniuk/feat/azmaps-indoor-release-notes
Azure Maps: Release notes for Indoor Module and url fixes
2 parents d66b3d2 + b2acfe7 commit 638b5ec

File tree

6 files changed

+66
-10
lines changed

6 files changed

+66
-10
lines changed

articles/azure-maps/drawing-requirements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can see an example of the Walls layer in the [sample drawing package].
144144

145145
You can include a DWG layer that contains doors. Each door must overlap the edge of a unit from the Unit layer.
146146

147-
Door openings in an Azure Maps dataset are represented as a single-line segment that overlaps multiple unit boundaries. The following images show how Azure Maps converts door layer geometry into opening features in a dataset..
147+
Door openings in an Azure Maps dataset are represented as a single-line segment that overlaps multiple unit boundaries. The following images show how Azure Maps converts door layer geometry into opening features in a dataset.
148148

149149
![Four graphics that show the steps to generate openings](./media/drawing-requirements/opening-steps.png)
150150

@@ -261,7 +261,7 @@ The `unitProperties` object contains a JSON array of unit properties.
261261
| Property | Type | Required | Description |
262262
|-----------|------|----------|-------------|
263263
|`unitName`|string|true|Name of unit to associate with this `unitProperty` record. This record is only valid when a label matching `unitName` is found in the `unitLabel` layers. |
264-
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.1/categories.json).|
264+
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
265265
|`occupants`|array of directoryInfo objects |false |List of occupants for the unit. |
266266
|`nameAlt`|string|false|Alternate name of the unit. |
267267
|`nameSubtitle`|string|false|Subtitle of the unit. |
@@ -279,7 +279,7 @@ The `zoneProperties` object contains a JSON array of zone properties.
279279
| Property | Type | Required | Description |
280280
|-----------|------|----------|-------------|
281281
|zoneName |string |true |Name of zone to associate with `zoneProperty` record. This record is only valid when a label matching `zoneName` is found in the `zoneLabel` layer of the zone. |
282-
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.1/categories.json).|
282+
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
283283
|zoneNameAlt| string| false |Alternate name of the zone. |
284284
|zoneNameSubtitle| string | false |Subtitle of the zone. |
285285
|zoneSetId| string | false | Set ID to establish a relationship among multiple zones so that they can be queried or selected as a group. For example, zones that span multiple levels. |

articles/azure-maps/how-to-create-custom-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ Now when you select that unit in the map, the pop-up menu will have the new laye
244244
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
245245
[manifest]: drawing-requirements.md#manifest-file-requirements
246246
[unitProperties]: drawing-requirements.md#unitproperties
247-
[categories]: https://atlas.microsoft.com/sdk/javascript/indoor/0.1/categories.json
247+
[categories]: https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json
248248
[Instantiate the Indoor Manager]: how-to-use-indoor-module.md#instantiate-the-indoor-manager
249249
[map configuration]: creator-indoor-maps.md#map-configuration

articles/azure-maps/how-to-use-indoor-module.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ You can install and embed the *Azure Maps Indoor* module in one of two ways.
3232
To use the globally hosted Azure Content Delivery Network version of the *Azure Maps Indoor* module, reference the following JavaScript and Style Sheet references in the `<head>` element of the HTML file:
3333

3434
```html
35-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.min.css" type="text/css"/>
36-
<script src="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.min.js"></script>
35+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/indoor/0.2/atlas-indoor.min.css" type="text/css"/>
36+
<script src="https://atlas.microsoft.com/sdk/javascript/indoor/0.2/atlas-indoor.min.js"></script>
3737
```
3838

3939
Or, you can download the *Azure Maps Indoor* module. The *Azure Maps Indoor* module contains a client library for accessing Azure Maps services. Follow the steps below to install and load the *Indoor* module into your web application.
@@ -180,10 +180,10 @@ Your file should now look similar to the HTML below.
180180
<title>Indoor Maps App</title>
181181

182182
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.css" type="text/css" />
183-
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.min.css" type="text/css"/>
183+
<link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/indoor/0.2/atlas-indoor.min.css" type="text/css"/>
184184

185185
<script src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/2/atlas.min.js"></script>
186-
<script src="https://atlas.microsoft.com/sdk/javascript/indoor/0.1/atlas-indoor.min.js"></script>
186+
<script src="https://atlas.microsoft.com/sdk/javascript/indoor/0.2/atlas-indoor.min.js"></script>
187187

188188
<style>
189189
html,
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Release notes - Indoor Module
3+
titleSuffix: Microsoft Azure Maps
4+
description: Release notes for the Azure Maps Indoor Module.
5+
author: sipa
6+
ms.author: sipa
7+
ms.date: 3/24/2023
8+
ms.topic: reference
9+
ms.service: azure-maps
10+
services: azure-maps
11+
---
12+
13+
# Indoor Module release notes
14+
15+
This document contains information about new features and other changes to the Azure Maps Indoor Module.
16+
17+
## [0.2.0]
18+
19+
### New features (0.2.0)
20+
21+
- Support for new [drawing package 2.0] derived tilesets.
22+
23+
- Support the possibility to select a facility when clicking on a feature that doesn't contain a facilityId, but has a levelId so that the facility can be inferred from the levelId.
24+
25+
### Changes (0.2.0)
26+
27+
- Performance improvements for level picker and indoor manager.
28+
29+
- Revamp of how level filters are applied to indoor style layers.
30+
31+
### Bug fixes (0.2.0)
32+
33+
- Fix slider not updating when changing level in the level picker when used inside the shadow dom of a custom element.
34+
35+
- Fix exception on disabling of dynamic styling.
36+
37+
## Next steps
38+
39+
Explore samples showcasing Azure Maps:
40+
41+
> [!div class="nextstepaction"]
42+
> [Azure Maps Creator Samples]
43+
44+
Stay up to date on Azure Maps:
45+
46+
> [!div class="nextstepaction"]
47+
> [Azure Maps Blog]
48+
49+
[drawing package 2.0]: ./drawing-package-guide.md
50+
[0.2.0]: https://www.npmjs.com/package/azure-maps-indoor/v/0.2.0
51+
[Azure Maps Creator Samples]: https://samples.azuremaps.com/?search=creator
52+
[Azure Maps Blog]: https://techcommunity.microsoft.com/t5/azure-maps-blog/bg-p/AzureMapsBlog

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

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

1717
## v3 (preview)
1818

19-
### [3.0.0-preview.5](https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.5) (March 15, 2023)
19+
### [3.0.0-preview.5] (March 15, 2023)
2020

2121
#### Installation (3.0.0-preview.5)
2222

@@ -176,7 +176,7 @@ This update is the first preview of the upcoming 3.0.0 release. The underlying [
176176

177177
## v2 (latest)
178178

179-
### [2.2.5](https://www.npmjs.com/package/azure-maps-control/v/2.2.5)
179+
### [2.2.5]
180180

181181
#### New features (2.2.5)
182182

@@ -241,10 +241,12 @@ Stay up to date on Azure Maps:
241241
> [!div class="nextstepaction"]
242242
> [Azure Maps Blog]
243243
244+
[3.0.0-preview.5]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.5
244245
[3.0.0-preview.4]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.4
245246
[3.0.0-preview.3]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.3
246247
[3.0.0-preview.2]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.2
247248
[3.0.0-preview.1]: https://www.npmjs.com/package/azure-maps-control/v/3.0.0-preview.1
249+
[2.2.5]: https://www.npmjs.com/package/azure-maps-control/v/2.2.5
248250
[2.2.4]: https://www.npmjs.com/package/azure-maps-control/v/2.2.4
249251
[2.2.3]: https://www.npmjs.com/package/azure-maps-control/v/2.2.3
250252
[2.2.2]: https://www.npmjs.com/package/azure-maps-control/v/2.2.2

articles/azure-maps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,8 @@ items:
491491
items:
492492
- name: Map control
493493
href: release-notes-map-control.md
494+
- name: Indoor module
495+
href: release-notes-indoor-module.md
494496
- name: Resource Manager template
495497
href: /azure/templates/microsoft.maps/accounts
496498
- name: Azure CLI

0 commit comments

Comments
 (0)