Skip to content

Commit d0f6582

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use the globally hosted Azure Content Delivery Network version of the *Azure
3737

3838
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.
3939

40-
1. Download the [azure-maps-indoor package] (https://www.npmjs.com/package/azure-maps-indoor).
40+
1. Download the [azure-maps-indoor package](https://www.npmjs.com/package/azure-maps-indoor).
4141

4242
2. Install the NPM package. Make sure you use administrator privileges in the console:
4343

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Use the [Data Upload API](https://docs.microsoft.com/rest/api/maps/data/uploadpr
123123
>[!NOTE]
124124
>The Postman application does not natively support HTTP Long Running Requests. As a result, you may notice a long delay while making a **GET** request at the status URL. Wait about thirty seconds and try clicking the **Send** button again until the response shows success or fail.
125125
126-
The sample Drawing package should be converted without errors. However, if you receive errors using your own Drawing package, the response, as shown below, will give you a link to the [Drawing error visualizer](azure-maps-drawing-errors-visualizer.md). To receive recommendations on how to resolve conversion errors and warnings, see the [Drawing conversion errors and warnings](drawing-conversion-error-codes.md).
126+
The sample Drawing package should be converted without errors. However, if you receive errors from your own Drawing package, the JSON response, will give you a link to the [Drawing error visualizer](azure-maps-drawing-errors-visualizer.md). The Drawing error visualizer allows you to inspect the details of errors and warnings. To receive recommendations on how to resolve conversion errors and warnings, see the [Drawing conversion errors and warnings](drawing-conversion-error-codes.md).
127127
128128
```json
129129
{
@@ -199,7 +199,7 @@ A tileset is a set of vector tiles that render on the map. Tilesets are created
199199
200200
## Query datasets with WFS API
201201
202-
Datasets can be queried using [WFS API](https://docs.microsoft.com/rest/api/maps/wfs). The steps below show you how to retrieve all feature collections in a dataset, a specific collection, and a specific feature and feature **ID** in a collection. The feature **ID** uniquely identifies the feature within the dataset. It's used, for example, to identify which feature state should be updated in a given stateset.
202+
Datasets can be queried using [WFS API](https://docs.microsoft.com/rest/api/maps/wfs). With the WFS API you can query for feature collections, a specific collection, or a specific feature with a feature **ID**. The feature **ID** uniquely identifies the feature within the dataset. It's used, for example, to identify which feature state should be updated in a given stateset.
203203
204204
1. In the Postman application, select **New**. In the **Create New** window, select **Request**. Enter a **Request name** and select a collection. Click **Save**
205205

0 commit comments

Comments
 (0)