Skip to content

Commit b010b40

Browse files
authored
acrolinx fixes
1 parent 8f9f5f7 commit b010b40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

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

1919
### New features (0.2.1)
2020

21-
- multiple statesets are now supported for map configurations with multiple tileset, instead of single stateset Id, a mapping between tileset ids and stateset ids can be passed:
21+
- multiple statesets are now supported for map configurations with multiple tileset, instead of single stateset ID, a mapping between tileset IDs and stateset ids can be passed:
2222

2323
```js
2424
indoorManager.setOptions({
@@ -31,7 +31,7 @@ This document contains information about new features and other changes to the A
3131
indoorManager.setDynamicStyling(true)
3232
```
3333

34-
- autofocus and autofocusOptions support: when you set autofocus on `IndoorManagerOptions`, the camera will be focused on the indoor facilities once the indoor map is loaded. Camera options can be further customized via autofocus options:
34+
- autofocus and autofocusOptions support: when you set autofocus on `IndoorManagerOptions`, the camera is focused on the indoor facilities once the indoor map is loaded. Camera options can be further customized via autofocus options:
3535

3636
```js
3737
indoorManager.setOptions({
@@ -42,7 +42,7 @@ This document contains information about new features and other changes to the A
4242
});
4343
```
4444

45-
- focusCamera support: instead of `autofocus`, you can call `focusCamera` directly. (Alternative to `autofocus`, when indoor map configuration is used, tilesetId can be provided to focus on a specific facility only, otherwise bounds that enclose all facilities will be used):
45+
- focusCamera support: instead of `autofocus`, you can call `focusCamera` directly. (Alternative to `autofocus`, when indoor map configuration is used, tilesetId can be provided to focus on a specific facility only, otherwise bounds that enclose all facilities are used):
4646

4747
```js
4848
indoorManager.focusCamera({
@@ -52,7 +52,7 @@ This document contains information about new features and other changes to the A
5252
})
5353
```
5454

55-
- level name labels in LevelControl (in addition to `ordinal`, LevelControl can now display level names derived from 'name' property of level features) :
55+
- level name labels in LevelControl (in addition to `ordinal`, LevelControl can now display level names derived from 'name' property of level features):
5656

5757
```js
5858
indoorManager.setOptions({

0 commit comments

Comments
 (0)