Skip to content

Commit 71a6f1c

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

File tree

5 files changed

+32
-25
lines changed

5 files changed

+32
-25
lines changed

articles/azure-maps/drawing-conversion-error-codes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ The following image shows a label that inside two zones.
288288

289289
To fix a **labelWarning**, ensure that:
290290

291-
* all unit labels are inside units.
292-
* all zone labels are inside zones.
293-
* all zone labels are in one and only one zone.
291+
* All unit labels are inside units.
292+
* All zone labels are inside zones.
293+
* All zone labels are in one and only one zone.
294294

295295
## Drawing Package errors
296296

@@ -306,9 +306,9 @@ An **invalidArchiveFormat** error will also occur if the ZIP archive is empty.
306306

307307
To fix an **invalidArchiveFormat** error, verify that:
308308

309-
* your archive file name ends in _.zip_.
310-
* your ZIP archive contains data.
311-
* you can open your ZIP archive.
309+
* Your archive file name ends in _.zip_.
310+
* Your ZIP archive contains data.
311+
* You can open your ZIP archive.
312312

313313
### **invalidUserData**
314314

@@ -324,9 +324,9 @@ You attempted to upload a Drawing package with an incorrect `udid` parameter.
324324

325325
To fix an **invalidUserData** error, verify that:
326326

327-
* you've provided a correct `udid` for the uploaded package.
327+
* You've provided a correct `udid` for the uploaded package.
328328
* Azure Maps Creator has been enabled for the Azure Maps account you used for uploading the Drawing package.
329-
* the API request to the Conversion service contains the subscription key to the Azure Maps account you used for uploading the Drawing package.
329+
* The API request to the Conversion service contains the subscription key to the Azure Maps account you used for uploading the Drawing package.
330330

331331
### **dwgError**
332332

articles/azure-maps/drawing-requirements.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Drawing package includes drawings saved in DWG format, which is the native f
2020

2121
You may choose any CAD software to produce the drawings in the Drawing package.
2222

23-
The [Azure Maps Conversion service](https://docs.microsoft.com/rest/api/maps/data/conversion) converts the Drawing package into map data. The Conversion service as been developed and tested using the AutoCAD DWG file format, with AC1032 as the internal format version for the DWG files. You're encouraged to select AC1032 for the internal DWG file format version.
23+
The [Azure Maps Conversion service](https://docs.microsoft.com/rest/api/maps/data/conversion) converts the Drawing package into map data. The Conversion service has been developed and tested using the AutoCAD DWG file format. `AC1032` is the internal format version for the DWG files. You're encouraged to select `AC1032` for the internal DWG file format version.
2424

2525
Glossary of terms used within this document.
2626

@@ -34,7 +34,12 @@ Glossary of terms used within this document.
3434

3535
## Drawing Package structure
3636

37-
A Drawing package is a .zip file that consists of files in AutoCAD DWG file format and a manifest file for a single facility. The DWG files can be organized in any way inside the folder, but the manifest file must live at the root directory of the folder. The folder must be zipped in a single archive file, with a .zip extension. The next sections detail the requirements for the DWG files, manifest file, and the content of these files.
37+
A Drawing package is a .zip archive that contains the following files:
38+
39+
* DWG files in AutoCAD DWG file format.
40+
* A _manifest.json_ file for a single facility.
41+
42+
The DWG files can be organized in any way inside the folder, but the manifest file must live at the root directory of the folder. The folder must be zipped in a single archive file, with a .zip extension. The next sections detail the requirements for the DWG files, manifest file, and the content of these files.
3843

3944
## DWG files requirements
4045

@@ -55,9 +60,9 @@ The [Azure Maps Conversion service](https://docs.microsoft.com/rest/api/maps/dat
5560

5661
All conversion jobs result in a minimal set of default categories: room, structure.wall, opening.door, zone, and facility. Additional categories are for each Category Name referenced by objects.
5762

58-
A DWG layer must contain features of a single class, and classes must not share a layer. For example, units and walls can't share a layer.
63+
A DWG layer must contain features of a single class. Classes must not share a layer. For example, units and walls can't share a layer.
5964

60-
Moreover:
65+
DWG layers must also follow the following criteria:
6166

6267
* The origins of drawings for all DWG files must align to the same latitude and longitude.
6368
* Each level must be in the same orientation as the other levels.
@@ -71,11 +76,11 @@ The table below outlines the supported entity types and supported features for e
7176
| :----- | :-------------------| :-------
7277
| [Exterior](#exterior-layer) | Polygon, PolyLine (closed), Circle | Levels
7378
| [Unit](#unit-layer) | Polygon, PolyLine (closed), Circle | Vertical Penetrations, Units
74-
| [Wall](#wall-layer) | Polygon, PolyLine (closed), Circle | Not applicable. For more details, see the [Wall layer](#wall-layer).
79+
| [Wall](#wall-layer) | Polygon, PolyLine (closed), Circle | Not applicable. For more information, see the [Wall layer](#wall-layer).
7580
| [Door](#door-layer) | Polygon, PolyLine, Line, CircularArc, Circle | Openings
7681
| [Zone](#zone-layer) | Polygon, PolyLine (closed), Circle | Zone
77-
| [UnitLabel](#unitlabel-layer) | Text (single line) | Not applicable. This layer can only add properties to the unit features from the Units layer. For more details, see the [UnitLabel layer](#unitlabel-layer).
78-
| [ZoneLabel](#zonelabel-layer) | Text (single line) | Not applicable. This layer can only add properties to zone features from the ZonesLayer. For more details, see the [ZoneLabel layer](#zonelabel-layer)
82+
| [UnitLabel](#unitlabel-layer) | Text (single line) | Not applicable. This layer can only add properties to the unit features from the Units layer. For more information, see the [UnitLabel layer](#unitlabel-layer).
83+
| [ZoneLabel](#zonelabel-layer) | Text (single line) | Not applicable. This layer can only add properties to zone features from the ZonesLayer. For more information, see the [ZoneLabel layer](#zonelabel-layer)
7984

8085
The next sections detail the requirements for each layer.
8186

@@ -119,7 +124,7 @@ An example of the Walls layer can be seen as the WALLS layer in the [sample Draw
119124

120125
You may include a DWG layer containing doors. Each door must overlap the edge of a unit from the unit layer.
121126

122-
Doors (openings) in an Azure Maps dataset are represented as a single line segment that overlaps multiple unit boundaries. The following steps are taken to convert geometry in the door layer to opening features in a dataset.
127+
Doors openings in an Azure Maps dataset are represented as a single-line segment that overlaps multiple unit boundaries. The following steps are taken to convert geometry in the door layer to opening features in a dataset.
123128

124129
![Steps to generate openings](./media/drawing-requirements/opening-steps.png)
125130

@@ -131,7 +136,7 @@ The DWG file for each level may contain a zone layer that defines the physical e
131136
* Zones may overlap.
132137
* Zones may fall inside or outside the facility's exterior perimeter.
133138

134-
Name a zone by creating a text object in the _zoneLabel_ layer, and placing the text object inside the bounds of the zone. For more details, see [ZoneLabel layer](#zonelabel-layer).
139+
Name a zone by creating a text object in the _zoneLabel_ layer, and placing the text object inside the bounds of the zone. For more information, see [ZoneLabel layer](#zonelabel-layer).
135140

136141
An example of the Zones layer can be seen as the ZONES layer in the [sample Drawing package](https://github.com/Azure-Samples/am-creator-indoor-data-examples).
137142

@@ -209,8 +214,8 @@ The `buildingLevels` object contains a JSON array of buildings levels.
209214

210215
| Property | Type | Required | Description |
211216
|-----------|------|----------|-------------|
212-
|lat | numeric | true | Decimal representation of degrees latitude at the facility drawing's origin. The origin coordinates must be in WGS84 Web Mercator (EPSG:3857).|
213-
|lon |numeric| true| Decimal representation of degrees longitude at the facility drawing's origin. The origin coordinates must be in WGS84 Web Mercator (EPSG:3857). |
217+
|lat | numeric | true | Decimal representation of degrees latitude at the facility drawing's origin. The origin coordinates must be in WGS84 Web Mercator (`EPSG:3857`).|
218+
|lon |numeric| true| Decimal representation of degrees longitude at the facility drawing's origin. The origin coordinates must be in WGS84 Web Mercator (`EPSG:3857`). |
214219
|angle| numeric| true| The clockwise angle, in degrees, between true north and the drawing’s vertical (Y) axis. |
215220

216221
### dwgLayers

articles/azure-maps/how-to-manage-creator.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article takes you through the steps to create and delete a Creator resource
2828

2929
![Create Azure Maps Creator page](./media/how-to-manage-creator/creator-blade.PNG)
3030

31-
4. Enter the name and location for your Creator resource. Currently, the United States is the only supported geographical location. Click **Review + create**.
31+
4. Enter the name and location for your Creator resource. Currently, Creator is only supported in the United States. Click **Review + create**.
3232

3333
![Enter Creator account information page](./media/how-to-manage-creator/creator-creation.PNG)
3434

@@ -62,11 +62,13 @@ To delete the Creator resource, navigate to your Azure Maps account. Select **Ov
6262

6363
Click the **Delete** button and type your Creator name to confirm deletion. Once the resource is deleted, you'll see a confirmation page, like in the image below:
6464

65-
![Creator delete confirmation](./media/how-to-manage-creator/creator-confirmdelete.png)
65+
![Creator page with delete confirmation](./media/how-to-manage-creator/creator-confirmdelete.png)
6666

6767
## Authentication
6868

69-
Creator inherits Azure Maps Access Control (IAM) settings. All API calls for data access must be sent with authentication and authorization rules. Also, Creator usage data is incorporated in your Azure Maps usage charts and activity log. For more detail, see [Manage authentication in Azure Maps](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication).
69+
Creator inherits Azure Maps Access Control (IAM) settings. All API calls for data access must be sent with authentication and authorization rules.
70+
71+
Creator usage data is incorporated in your Azure Maps usage charts and activity log. For more information, see [Manage authentication in Azure Maps](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication).
7072

7173
## Access to Creator services
7274

articles/azure-maps/indoor-map-dynamic-styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ manager: philmea
1212

1313
# Implement dynamic styling for Creator indoor maps
1414

15-
The Azure Maps Creator [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/featurestate) lets you apply styles based on the dynamic properties of indoor map data features. For example, you can render facility meeting rooms with a specific color to reflect occupancy status. In this article, we'll show you how to dynamically render indoor map features based on associated dynamic properties (*states*) using the [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/featurestate) and the [Indoor Web Module](how-to-use-indoor-module.md).
15+
Azure Maps Creator [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/featurestate) lets you apply styles based on the dynamic properties of indoor map data features. For example, you can render facility meeting rooms with a specific color to reflect occupancy status. In this article, we'll show you how to dynamically render indoor map features with the [Feature State service](https://docs.microsoft.com/rest/api/maps/featurestate/featurestate) and the [Indoor Web Module](how-to-use-indoor-module.md).
1616

1717
## Prerequisites
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Use the [Data Upload API](https://docs.microsoft.com/rest/api/maps/data/uploadpr
9898
9999
3. Click the **Send** button and wait for the request to process. Once the request completes, go to the **Headers** tab of the response, and look for the **Location** key. Copy the value of the **Location** key, which is the `status URL` for the conversion request.
100100
101-
4. Start a new **GET** HTTP method in the builder tab. Append your Azure Maps primary subscription key to the `status URL`. Make a **GET** request at the `status URL` from the previous step. If the conversion process hasn't yet completed, you may see something like the following:
101+
4. Start a new **GET** HTTP method in the builder tab. Append your Azure Maps primary subscription key to the `status URL`. Make a **GET** request at the `status URL` from the previous step. If the conversion process hasn't yet completed, you may see something like the following JSON response:
102102
103103
```json
104104
{
@@ -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 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).
126+
The sample Drawing package should be converted without errors or warnings. However, if you receive errors or warnings 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
{

0 commit comments

Comments
 (0)