Skip to content

Commit fe2d650

Browse files
author
anastasia-ms
committed
acrolinx edits
1 parent d0f6582 commit fe2d650

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

articles/azure-maps/creator-for-indoor-maps.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use the [Azure Maps Data Upload API](https://docs.microsoft.com/rest/api/maps/da
3131

3232
## Convert a Drawing package
3333

34-
The [Azure Maps Conversion service](https://docs.microsoft.com/rest/api/maps/data/conversion) converts an uploaded Drawing package into indoor map data. The Conversion service also validates the package. Validation issues are classified into two types: errors and warnings. If any errors are detected, the conversion process fails. Should warnings be detected, the conversion will succeed, but it’s recommended that you review and/or resolve all warnings. A warning means that part of the conversion was ignored or automatically fixed. Failing to resolve the warnings could result in errors in latter processes. For more details, see [Drawing package warnings and errors](drawing-conversion-error-codes.md).
34+
The [Azure Maps Conversion service](https://docs.microsoft.com/rest/api/maps/data/conversion) converts an uploaded Drawing package into indoor map data. The Conversion service also validates the package. Validation issues are classified into two types: errors and warnings. If any errors are detected, the conversion process fails. Should warnings be detected, the conversion will succeed. However, it’s recommended that you review and resolve all warnings. A warning means that part of the conversion was ignored or automatically fixed. Failing to resolve the warnings could result in errors in latter processes. For more information, see [Drawing package warnings and errors](drawing-conversion-error-codes.md).
3535

3636
When an error occurs, the Conversion service provides a link to the [Azure Maps Drawing Error Visualizer](azure-maps-drawing-errors-visualizer.md) stand-alone web application. You can use the Drawing Error Visualizer to inspect [Drawing package warnings and errors](drawing-conversion-error-codes.md) that occurred during the conversion process. Once you have fixed the errors, you can then attempt to upload and convert the package.
3737

@@ -47,15 +47,15 @@ Use the Tileset service to create a vector-based representation of a dataset. Ap
4747

4848
### Datasets
4949

50-
A dataset is a collection of indoor map features. The indoor map features represent facilities defined in a converted Drawing package. After creating a dataset with the [Dataset service](https://docs.microsoft.com/rest/api/maps/dataset/createpreview), developers can create any number of [tilesets](#tilesets) or [feature statesets](#feature-statesets).
50+
A dataset is a collection of indoor map features. The indoor map features represent facilities defined in a converted Drawing package. After creating a dataset with the [Dataset service](https://docs.microsoft.com/rest/api/maps/dataset/createpreview), you can create any number of [tilesets](#tilesets) or [feature statesets](#feature-statesets).
5151

5252
The [Dataset service](https://docs.microsoft.com/rest/api/maps/dataset/createpreview) allows developers, at any time, to add or remove facilities to an existing dataset. For more information on how to update an existing dataset using the API, see the append options in [Dataset service](https://docs.microsoft.com/rest/api/maps/dataset/createpreview). For an example of how to update a dataset, see [Data Maintenance](#data-maintenance).
5353

5454
### Tilesets
5555

5656
A tileset is a collection of vector data that represents a set of uniform grid tiles. Developers can use the [Tileset service](https://docs.microsoft.com/rest/api/maps/tileset/createpreview) to create tilesets from a dataset.
5757

58-
To reflect different content stages, developers can create multiple tilesets from the same dataset. For example, a developer can make one tileset with furniture and equipment, and another tileset without furniture and equipment. They can generate one tileset with the most recent data updates, and one without the most recent data updates.
58+
To reflect different content stages, you can create multiple tilesets from the same dataset. For example, you could make one tileset with furniture and equipment, and another tileset without furniture and equipment. You might choose to generate one tileset with the most recent data updates, and one without the most recent data updates.
5959

6060
In addition to the vector data, the tileset provides metadata for map rendering optimization. For example, tileset metadata contains a min and max zoom level for the tileset. The metadata also provides a bounding box defining the geographic extent of the tileset. The bounding box allows an application to programmatically set the correct center point. For more information about tileset metadata, see [Tileset List API](https://docs.microsoft.com/rest/api/maps/tileset/listpreview).
6161

@@ -70,7 +70,7 @@ If a tileset becomes outdated and is no longer useful, you can delete the tilese
7070

7171
Feature statesets are collections of dynamic properties (*states*) assigned to dataset features such as rooms or equipment. An example of a *state* could be temperature or occupancy. Each *state* is a key/value pair containing the name of the property, the value, and the timestamp of the last update.
7272

73-
The [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/createstatesetpreview) lets developers create and manage a feature stateset for a dataset. The stateset is defined by one or more *states*. Each feature, such as a room, can have one *state* attached to it.
73+
The [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/createstatesetpreview) lets you create and manage a feature stateset for a dataset. The stateset is defined by one or more *states*. Each feature, such as a room, can have one *state* attached to it.
7474

7575
The value of each *state* in a stateset can be updated or retrieved by IoT devices or other applications. For example, using the [Feature State Update API](https://docs.microsoft.com/rest/api/maps/featurestate/updatestatespreview), devices measuring space occupancy can systematically post the state change of a room.
7676

@@ -89,13 +89,13 @@ The Azure Maps [Render V2 service-Get Map Tile API](https://docs.microsoft.com/r
8989

9090
### Web Feature Service API
9191

92-
Datasets can be queried using the [Web Feature Service (WFS) API](https://docs.microsoft.com/rest/api/maps/wfs). WFS follows the [Open Geospatial Consortium API Features](http://docs.opengeospatial.org/DRAFTS/17-069r1.html). The WFS API is helpful when there is a need to query features within the dataset itself. For example, you can use WFS to find all mid-size meeting rooms of a given facility and floor level.
92+
Datasets can be queried using the [Web Feature Service (WFS) API](https://docs.microsoft.com/rest/api/maps/wfs). WFS follows the [Open Geospatial Consortium API Features](http://docs.opengeospatial.org/DRAFTS/17-069r1.html). The WFS API lets you query features within the dataset itself. For example, you can use WFS to find all mid-size meeting rooms of a given facility and floor level.
9393

9494
### Indoor Maps module
9595

9696
The [Azure Maps Web SDK](https://docs.microsoft.com/azure/azure-maps/) includes the Indoor Maps module. This module offers extended functionalities to the Azure Maps *Map Control* library. The Indoor Maps module renders indoor maps created in Creator. It integrates widgets such as *floor picker*, which helps users visualize the different floors.
9797

98-
The Indoor Maps module allows developers to create web applications that integrate indoor map data with other [Azure Maps services](https://docs.microsoft.com/azure/azure-maps/). The most common application setups could include adding knowledge to indoor maps from other maps such as road, imagery, weather, and transit.
98+
The Indoor Maps module allows you to create web applications that integrate indoor map data with other [Azure Maps services](https://docs.microsoft.com/azure/azure-maps/). The most common application setups could include adding knowledge to indoor maps from other maps such as road, imagery, weather, and transit.
9999

100100
The Indoor Maps module also supports dynamic map styling. For a step-by-step walk-through on how to implement feature stateset dynamic styling in an application, see [How to Use the Indoor Map Module](how-to-use-indoor-module.md)
101101

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ First, create a *Map object*. The *Map object* will be used in the next step to
6363
const map = new atlas.Map("map-id", {
6464
//use your facility's location
6565
center: [-122.13315, 47.63637],
66-
//or, you can use bounds: [ # , # , # , # ] and replace # with your map's bounds
66+
//or, you can use bounds: [#,#,#,#] and replace # with your map's bounds
6767
style: "blank",
6868
subscriptionKey,
6969
zoom: 19,
@@ -144,7 +144,7 @@ This example shows you how to use the *Azure Maps Indoor* module in your web app
144144
4. Initialize a *Map object*. The *Map object* supports the following options:
145145
- `Subscription key` is your Azure Maps primary subscription key.
146146
- `center` defines a latitude and longitude for your indoor map center location. Provide a value for `center` if you don't want to provide a value for `bounds`. Format should appear as `center`: [-122.13315, 47.63637].
147-
- `bounds` is the smallest rectangular shape that encloses the tileset map data. Set a value for `bounds` if you don't want to set a value for `center`. You can find your map bounds by calling the [Tileset List API](https://docs.microsoft.com/rest/api/maps/tileset/listpreview). The Tileset List API returns the `bbox`, which you can parse and assign to `bounds`. Format should appear as `bounds`: [ # , # , # , # ].
147+
- `bounds` is the smallest rectangular shape that encloses the tileset map data. Set a value for `bounds` if you don't want to set a value for `center`. You can find your map bounds by calling the [Tileset List API](https://docs.microsoft.com/rest/api/maps/tileset/listpreview). The Tileset List API returns the `bbox`, which you can parse and assign to `bounds`. Format should appear as `bounds`: [#,#,#,#].
148148
- `style` allows you to set the color of the background. To display a white background, define `style` as "blank".
149149
- `zoom` allows you to specify the min and max zoom levels for your map.
150150

includes/maps-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table shows the usage limit for the Azure Maps S0 pricing tier. Us
1616
|---------------------------------------|:---------------------:|
1717
| Maximum request rate per subscription | 50 requests per second |
1818

19-
The following table shows the cumulative data size limit for Azure Maps accounts in the same Azure subscription. The Azure Maps Data service is available only at the S1 pricing tier.
19+
The following table shows the cumulative data size limit for Azure Maps accounts in an Azure subscription. The Azure Maps Data service is available only at the S1 pricing tier.
2020

2121
| Resource | Limit |
2222
|----------------------------------------|:---------------------:|

0 commit comments

Comments
 (0)